diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-17 09:00:16 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-17 09:00:16 +0000 |
commit | 366617953df84e859e381a2e5f83bb2457e6a280 (patch) | |
tree | 71ce061381d53984090b39f9dea137c3f0c4a025 /net-misc/ipv6calc | |
parent | Added aacplus and debug support (diff) | |
download | gentoo-2-366617953df84e859e381a2e5f83bb2457e6a280.tar.gz gentoo-2-366617953df84e859e381a2e5f83bb2457e6a280.tar.bz2 gentoo-2-366617953df84e859e381a2e5f83bb2457e6a280.zip |
Correct dependency on dev-perl/URI, thanks to Nikoli <nikoli AT lavabit.com>
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r-- | net-misc/ipv6calc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.94.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index 53de9fd9a073..460bf51d588b 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.69 2013/07/16 19:13:05 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.70 2013/07/17 09:00:16 pinkbyte Exp $ + + 17 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> ipv6calc-0.94.1.ebuild: + Correct dependency on dev-perl/URI, thanks to Nikoli <nikoli AT lavabit.com> 16 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> ipv6calc-0.93.1.ebuild, ipv6calc-0.94.1.ebuild: diff --git a/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild index 22613616b998..0c4f4b783fd7 100644 --- a/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild,v 1.6 2013/07/16 19:13:05 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild,v 1.7 2013/07/17 09:00:16 pinkbyte Exp $ EAPI="4" inherit fixheadtails @@ -15,10 +15,10 @@ KEYWORDS="~alpha amd64 hppa ppc ~sparc x86 ~amd64-linux ~x86-linux" IUSE="geoip test" RDEPEND=" - dev-perl/URI geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} + dev-perl/URI test? ( dev-perl/Digest-SHA1 )" src_prepare() { |