Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 433430 Details for
Bug 581976
net-misc/kea-1.0.0: support mysql, OpenSSL/Botan and Google Test Framework
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to net-misc/kea-1.0.0.ebuild to support some USE-flags
kea.patch (text/plain), 1.55 KB, created by
Kim B. Sindalsen
on 2016-05-06 15:32:06 UTC
(
hide
)
Description:
Update to net-misc/kea-1.0.0.ebuild to support some USE-flags
Filename:
MIME Type:
Creator:
Kim B. Sindalsen
Created:
2016-05-06 15:32:06 UTC
Size:
1.55 KB
patch
obsolete
>--- kea-1.0.0.ebuild 2016-01-09 06:25:31.000000000 +0100 >+++ kea-1.0.0.ebuild 2016-05-05 19:18:35.895894498 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Id$ > >-EAPI="5" >+EAPI="6" > > inherit eutils toolchain-funcs user > >@@ -16,33 +16,39 @@ > SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz > ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz" > >-LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script >+LICENSE="MPL-2.0" > SLOT="0" > KEYWORDS="~amd64" >-IUSE="" >+IUSE="mysql openssl samples test" > > DEPEND=" >- dev-cpp/gtest >+ test? ( dev-cpp/gtest ) > dev-libs/boost >- dev-libs/botan > dev-libs/log4cplus >+ mysql? ( dev-perl/DBD-mysql ) >+ !openssl? ( dev-libs/botan ) >+ openssl? ( dev-libs/openssl ) > " > RDEPEND="${DEPEND}" > > S="${WORKDIR}/${MY_P}" > > src_prepare() { >- # Brand the version with Gentoo >- sed -i \ >- -e "/VERSION=/s:'$: Gentoo-${PR}':" \ >- configure || die >+ default > } > > src_configure() { >+ local myconf >+ if use test ; then >+ myconf="${myconf} --with-gtest" >+ fi > econf \ >- --disable-install-configurations \ > --disable-static \ >- --without-werror >+ --without-werror \ >+ $(use_enable samples install-configurations) \ >+ $(use_with mysql dhcp-mysql) \ >+ $(use_with openssl) \ >+ ${myconf} > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 581976
:
433106
| 433430