diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-08-05 19:56:58 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-08-05 19:56:58 +0000 |
commit | 79d3bc72cdb9cc5cda08265c2cea4218440ccfb4 (patch) | |
tree | 3fcfb26b40708c2645683fc3909245a7d99ed328 /dev-libs/libxslt | |
parent | Version bump, resolving 34316. (Manifest recommit) (diff) | |
download | gentoo-2-79d3bc72cdb9cc5cda08265c2cea4218440ccfb4.tar.gz gentoo-2-79d3bc72cdb9cc5cda08265c2cea4218440ccfb4.tar.bz2 gentoo-2-79d3bc72cdb9cc5cda08265c2cea4218440ccfb4.zip |
Stable on sparc
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 7337fd75d0e4..3ac654c3b809 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,9 @@ # 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.75 2004/08/05 18:21:17 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.76 2004/08/05 19:56:58 gustavoz Exp $ + + 05 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> libxslt-1.1.8.ebuild: + Stable on sparc 05 Aug 2004; Guy Martin <gmsoft@gentoo.org> libxslt-1.1.8-r1.ebuild: Stable on hppa. diff --git a/dev-libs/libxslt/libxslt-1.1.8.ebuild b/dev-libs/libxslt/libxslt-1.1.8.ebuild index 317ad30431d6..99412c12287e 100644 --- a/dev-libs/libxslt/libxslt-1.1.8.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.8.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.8.ebuild,v 1.2 2004/07/31 03:35:18 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8.ebuild,v 1.3 2004/08/05 19:56:58 gustavoz 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 ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64" +KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64" IUSE="python" DEPEND=">=dev-libs/libxml2-2.6.8 |