diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 02:34:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 02:34:06 +0000 |
commit | 0cc92aac34d260be6f28c6a3f3cc0d2fdb0f32db (patch) | |
tree | f19b25fb388d66235cd691bb9219ceacc9646df4 /net-dns | |
parent | Clean up ebuild, mark 0.5.15 stable on alpha amd64 ia64 x86, bump to 0.5.17 (diff) | |
download | gentoo-2-0cc92aac34d260be6f28c6a3f3cc0d2fdb0f32db.tar.gz gentoo-2-0cc92aac34d260be6f28c6a3f3cc0d2fdb0f32db.tar.bz2 gentoo-2-0cc92aac34d260be6f28c6a3f3cc0d2fdb0f32db.zip |
Revert accidental stable keywords
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn/libidn-0.5.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/libidn/libidn-0.5.17.ebuild b/net-dns/libidn/libidn-0.5.17.ebuild index 6c47b29b5d7f..de8be1a34259 100644 --- a/net-dns/libidn/libidn-0.5.17.ebuild +++ b/net-dns/libidn/libidn-0.5.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.5.17.ebuild,v 1.1 2005/06/27 02:32:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.5.17.ebuild,v 1.2 2005/06/27 02:34:06 agriffis Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="ftp://alpha.gnu.org/pub/gnu/libidn/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="java doc nls emacs" DEPEND="java? ( virtual/jdk )" |