diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:04:30 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:04:30 +0000 |
commit | ba87559922b7dd6ca7b16190039fc446bee6b364 (patch) | |
tree | d1a7fe9b23cb7f6136576ecfc323126e96a8fb9d /net-misc/whatmask | |
parent | net-misc/l7-filter-1.[01] memory leak fixed in 1.2 and offending versions rem... (diff) | |
download | historical-ba87559922b7dd6ca7b16190039fc446bee6b364.tar.gz historical-ba87559922b7dd6ca7b16190039fc446bee6b364.tar.bz2 historical-ba87559922b7dd6ca7b16190039fc446bee6b364.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.20
Diffstat (limited to 'net-misc/whatmask')
-rw-r--r-- | net-misc/whatmask/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/whatmask/whatmask-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/whatmask/ChangeLog b/net-misc/whatmask/ChangeLog index 7551f67ca9c0..00c4f9679eff 100644 --- a/net-misc/whatmask/ChangeLog +++ b/net-misc/whatmask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whatmask -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.9 2004/08/28 18:10:29 dholm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.10 2005/04/24 03:01:45 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> whatmask-1.2.ebuild: + Stable on ppc. 28 Aug 2004; David Holm <dholm@gentoo.org> whatmask-1.2.ebuild: Added to ~ppc. diff --git a/net-misc/whatmask/whatmask-1.2.ebuild b/net-misc/whatmask/whatmask-1.2.ebuild index 17f60ed2020d..d07309f52269 100644 --- a/net-misc/whatmask/whatmask-1.2.ebuild +++ b/net-misc/whatmask/whatmask-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2.ebuild,v 1.4 2004/08/28 18:10:29 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2.ebuild,v 1.5 2005/04/24 03:01:45 hansmi Exp $ IUSE="" DESCRIPTION="little C program to compute different subnet mask notations" @@ -9,7 +9,7 @@ SRC_URI="http://downloads.laffeycomputer.com/current_builds/whatmask/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc ppc" DEPEND="virtual/libc" |