diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-27 09:56:26 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-27 09:56:26 +0100 |
commit | 67a5b6c765fdbfd0467fac11f61bb0624ee5af9c (patch) | |
tree | c376a2f71766d24a68f333128be834d08b04aeed /net-misc/kea/kea-9999.ebuild | |
parent | net-misc/kea: Bump to version 1.5.0_beta1 (diff) | |
download | gentoo-67a5b6c765fdbfd0467fac11f61bb0624ee5af9c.tar.gz gentoo-67a5b6c765fdbfd0467fac11f61bb0624ee5af9c.tar.bz2 gentoo-67a5b6c765fdbfd0467fac11f61bb0624ee5af9c.zip |
net-misc/kea: Synced live ebuild.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc/kea/kea-9999.ebuild')
-rw-r--r-- | net-misc/kea/kea-9999.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild index 3968b59aff2f..6a29a56af228 100644 --- a/net-misc/kea/kea-9999.ebuild +++ b/net-misc/kea/kea-9999.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs user -MY_PV="${PV//_alpha/a}" -MY_PV="${MY_PV//_beta/b}" -MY_PV="${MY_PV//_rc/rc}" -MY_PV="${MY_PV//_p/-P}" +MY_PV="${PV//_p/-P}" +MY_PV="${MY_PV/_/-}" MY_P="${PN}-${MY_PV}" DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" HOMEPAGE="http://www.isc.org/kea/" @@ -18,6 +16,7 @@ if [[ ${PV} = 9999* ]] ; then else SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz" + [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ KEYWORDS="~amd64 ~x86" fi @@ -30,7 +29,7 @@ DEPEND=" dev-cpp/gtest dev-libs/log4cplus !openssl? ( dev-libs/botan:0= ) - openssl? ( dev-libs/openssl:= ) + openssl? ( dev-libs/openssl:0= ) " RDEPEND="${DEPEND}" |