summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-07-10 13:38:51 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-07-10 13:38:51 +0000
commit539da9956fc28d472decf5b418b2567dad3fde6e (patch)
treeadc71b8546d9bfb8dd8a0f9da4ce9aca1ef68ad7 /net-misc/ipv6calc
parentStable on amd64 and x86, wrt bug #474276 (diff)
downloadgentoo-2-539da9956fc28d472decf5b418b2567dad3fde6e.tar.gz
gentoo-2-539da9956fc28d472decf5b418b2567dad3fde6e.tar.bz2
gentoo-2-539da9956fc28d472decf5b418b2567dad3fde6e.zip
Add Prefix support and some keywords for it
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r--net-misc/ipv6calc/ChangeLog5
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.94.1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog
index deb29196f875..8467c8e15f53 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.66 2013/07/10 12:54:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.67 2013/07/10 13:38:51 pinkbyte Exp $
+
+ 10 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> ipv6calc-0.94.1.ebuild:
+ Add Prefix support and some keywords for it
10 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> ipv6calc-0.94.1.ebuild:
Stable on amd64 and x86, wrt bug #474276
diff --git a/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild
index e2f3a02687a6..927da49c0a0a 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.3 2013/07/10 12:54:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.94.1.ebuild,v 1.4 2013/07/10 13:38:51 pinkbyte Exp $
EAPI="4"
inherit fixheadtails
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="geoip"
DEPEND="
@@ -26,8 +26,8 @@ src_prepare() {
src_configure() {
if use geoip; then
myconf=$(use_enable geoip)
- myconf+=" --with-geoip-ipv4-default-file=/usr/share/GeoIP/GeoIP.dat"
- myconf+=" --with-geoip-ipv6-default-file=/usr/share/GeoIP/GeoIPv6.dat"
+ myconf+=" --with-geoip-ipv4-default-file=${EPREFIX}/usr/share/GeoIP/GeoIP.dat"
+ myconf+=" --with-geoip-ipv6-default-file=${EPREFIX}/usr/share/GeoIP/GeoIPv6.dat"
fi
econf ${myconf}
}