diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-12-29 17:30:27 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-12-29 17:30:27 +0000 |
commit | 245368e575e022dab351785a8e05d6c1648216bc (patch) | |
tree | 8aeee5b2be78096237065d170ef3d92ecab18ad0 /net-misc/whatmask/whatmask-1.2.ebuild | |
parent | Make layman check that nowebdav is not set on subversion since it needs webdav (diff) | |
download | historical-245368e575e022dab351785a8e05d6c1648216bc.tar.gz historical-245368e575e022dab351785a8e05d6c1648216bc.tar.bz2 historical-245368e575e022dab351785a8e05d6c1648216bc.zip |
Stable on sparc
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'net-misc/whatmask/whatmask-1.2.ebuild')
-rw-r--r-- | net-misc/whatmask/whatmask-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/whatmask/whatmask-1.2.ebuild b/net-misc/whatmask/whatmask-1.2.ebuild index ed41e45e8ebc..ea5d581ea81e 100644 --- a/net-misc/whatmask/whatmask-1.2.ebuild +++ b/net-misc/whatmask/whatmask-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.8 2006/09/04 07:58:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2.ebuild,v 1.9 2006/12/29 17:30:27 gustavoz 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="~amd64 hppa ppc ~sparc ~x86" +KEYWORDS="~amd64 hppa ppc sparc ~x86" DEPEND="virtual/libc" |