diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 14:52:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 14:52:04 +0300 |
commit | 178fd83478307c9d9d93f228e5af483453c8594f (patch) | |
tree | e4d85813e92ec23ca441e1bfe163b9bb18314cfe /net-misc/ipv6calc | |
parent | net-misc/asterisk: remove libressl support (diff) | |
download | gentoo-178fd83478307c9d9d93f228e5af483453c8594f.tar.gz gentoo-178fd83478307c9d9d93f228e5af483453c8594f.tar.bz2 gentoo-178fd83478307c9d9d93f228e5af483453c8594f.zip |
net-misc/ipv6calc: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-1.0.0.ebuild | 7 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-2.1.0.ebuild | 7 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-2.1.1.ebuild | 7 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-2.2.0.ebuild | 5 |
4 files changed, 11 insertions, 15 deletions
diff --git a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild index 0b65e024476e..86d615e8a1ea 100644 --- a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} diff --git a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild index ca82dae2935e..69f5be77bbdb 100644 --- a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} diff --git a/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild b/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild index 65630c1080ec..b7026925c586 100644 --- a/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} diff --git a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild index 271380bb2ef2..8e201fbd4650 100644 --- a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} |