diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-14 22:17:11 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-14 22:17:11 +0000 |
commit | e477d87456d4781649e3499dc7a885331b35d118 (patch) | |
tree | 88258bcd9d3f4b6653c3a252faa24cd69cc012b9 /net-misc | |
parent | Keyworded ~amd64 (diff) | |
download | gentoo-2-e477d87456d4781649e3499dc7a885331b35d118.tar.gz gentoo-2-e477d87456d4781649e3499dc7a885331b35d118.tar.bz2 gentoo-2-e477d87456d4781649e3499dc7a885331b35d118.zip |
Marked stable on amd64 for bug #113499
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-misc')
-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 a4dff5b620b9..355fbe4b9201 100644 --- a/net-misc/whatmask/ChangeLog +++ b/net-misc/whatmask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whatmask -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.14 2006/12/29 17:30:27 gustavoz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.15 2007/02/14 22:17:11 dang Exp $ + + 14 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> whatmask-1.2.ebuild: + Marked stable on amd64 for bug #113499 29 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> whatmask-1.2.ebuild: Stable on sparc diff --git a/net-misc/whatmask/whatmask-1.2.ebuild b/net-misc/whatmask/whatmask-1.2.ebuild index ea5d581ea81e..3b4cd7aa421c 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 +# Copyright 1999-2007 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.9 2006/12/29 17:30:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2.ebuild,v 1.10 2007/02/14 22:17:11 dang 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" |