diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-04 19:16:13 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-04 19:16:13 +0000 |
commit | 9778f7d23fd852898682c7b0f1f0bd734f0c0bab (patch) | |
tree | 3392712479b4dae64ddc3123927e9fc5d6c4560d /dev-libs/libxslt | |
parent | Stable on sparc wrt bug #55438. (Manifest recommit) (diff) | |
download | gentoo-2-9778f7d23fd852898682c7b0f1f0bd734f0c0bab.tar.gz gentoo-2-9778f7d23fd852898682c7b0f1f0bd734f0c0bab.tar.bz2 gentoo-2-9778f7d23fd852898682c7b0f1f0bd734f0c0bab.zip |
Stable on alpha.
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 0119ce654dbb..710ce680bce2 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-libs/libxslt # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.70 2004/06/24 23:26:11 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.71 2004/07/04 19:15:33 kloeri Exp $ + + 04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> libxslt-1.1.4.ebuild: + Stable on alpha. + 22 Jun 2004; Tom Gall <tgall@gentoo.org> libxslt-1.1.6.ebuild: stable on ppc64, bug #54149 diff --git a/dev-libs/libxslt/libxslt-1.1.4.ebuild b/dev-libs/libxslt/libxslt-1.1.4.ebuild index 054b439458f8..8e9144fed9fc 100644 --- a/dev-libs/libxslt/libxslt-1.1.4.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.4.ebuild,v 1.10 2004/06/24 23:26:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.4.ebuild,v 1.11 2004/07/04 19:15:33 kloeri Exp $ inherit libtool gnome.org use python && inherit python @@ -10,7 +10,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha hppa amd64 ~ia64 ~s390 mips" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ~ia64 ~s390 mips" IUSE="python" DEPEND=">=dev-libs/libxml2-2.6.5 |