diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:06:17 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:06:17 +0000 |
commit | 7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3 (patch) | |
tree | 0ca2f7738ebca6ee52de51b7cbff2dfb7cf9fbf4 /net-misc/whatmask/whatmask-1.2.ebuild | |
parent | net-misc/l7-filter-1.[01] memory leak fixed in 1.2 and offending versions rem... (diff) | |
download | gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.tar.gz gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.tar.bz2 gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'net-misc/whatmask/whatmask-1.2.ebuild')
-rw-r--r-- | net-misc/whatmask/whatmask-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |