diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-21 20:27:35 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-21 20:27:35 +0000 |
commit | 42fb466c2583c602c76789aef5069367b540295a (patch) | |
tree | 0e784345dc9afdeb66342bc41909d244ea3aed24 /net-dns | |
parent | Adding support for the eclass and bumping the version (diff) | |
download | gentoo-2-42fb466c2583c602c76789aef5069367b540295a.tar.gz gentoo-2-42fb466c2583c602c76789aef5069367b540295a.tar.bz2 gentoo-2-42fb466c2583c602c76789aef5069367b540295a.zip |
Stable on sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/libidn/libidn-0.5.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/libidn/ChangeLog b/net-dns/libidn/ChangeLog index 9ee679efa7c1..a119e133afa5 100644 --- a/net-dns/libidn/ChangeLog +++ b/net-dns/libidn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/libidn # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.25 2005/04/21 00:12:58 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.26 2005/04/21 20:27:35 gustavoz Exp $ + + 21 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> libidn-0.5.13.ebuild: + Stable on sparc 21 Apr 2005; Lars Weiler <pylon@gentoo.org> libidn-0.5.13.ebuild: Stable on ppc. diff --git a/net-dns/libidn/libidn-0.5.13.ebuild b/net-dns/libidn/libidn-0.5.13.ebuild index 56a15aaa2ae2..137434f6c98c 100644 --- a/net-dns/libidn/libidn-0.5.13.ebuild +++ b/net-dns/libidn/libidn-0.5.13.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.13.ebuild,v 1.7 2005/04/21 00:12:58 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.5.13.ebuild,v 1.8 2005/04/21 20:27:35 gustavoz 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" DEPEND="java? ( virtual/jdk )" |