diff options
-rw-r--r-- | net-misc/ipcalc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ipcalc/ipcalc-0.41.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/ipcalc/ChangeLog b/net-misc/ipcalc/ChangeLog index 74e9dde768a1..1688e3bd2af9 100644 --- a/net-misc/ipcalc/ChangeLog +++ b/net-misc/ipcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipcalc -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.14 2008/02/03 16:30:42 grobian Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.15 2010/05/13 20:28:14 grobian Exp $ + + 13 May 2010; Fabian Groffen <grobian@gentoo.org> ipcalc-0.41.ebuild: + Transferred Prefix keywords 03 Feb 2008; Fabian Groffen <grobian@gentoo.org> ipcalc-0.37.ebuild, ipcalc-0.40.ebuild, ipcalc-0.41.ebuild: diff --git a/net-misc/ipcalc/ipcalc-0.41.ebuild b/net-misc/ipcalc/ipcalc-0.41.ebuild index de3fec02806b..486cfeb19bfa 100644 --- a/net-misc/ipcalc/ipcalc-0.41.ebuild +++ b/net-misc/ipcalc/ipcalc-0.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild,v 1.11 2008/02/03 16:30:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild,v 1.12 2010/05/13 20:28:14 grobian Exp $ DESCRIPTION="calculates broadcast/network/etc... from an IP address and netmask" HOMEPAGE="http://jodies.de/ipcalc" @@ -8,7 +8,7 @@ SRC_URI="http://jodies.de/ipcalc-archive/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/perl-5.6.0" |