diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:49:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:49:00 +0000 |
commit | b50e774a617d03f60113dda95de4a1df7383fa46 (patch) | |
tree | 5073573c67c7f05721949af116b68854b9a24536 /dev-libs/libxslt | |
parent | stable on macos (Manifest recommit) (diff) | |
download | gentoo-2-b50e774a617d03f60113dda95de4a1df7383fa46.tar.gz gentoo-2-b50e774a617d03f60113dda95de4a1df7383fa46.tar.bz2 gentoo-2-b50e774a617d03f60113dda95de4a1df7383fa46.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index babda1906c3d..bee7c3e6f62b 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.77 2004/08/07 23:02:21 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.78 2004/08/19 02:46:11 agriffis Exp $ + + 18 Aug 2004; Aron Griffis <agriffis@gentoo.org> libxslt-1.1.8-r1.ebuild: + stable on alpha and ia64 07 Aug 2004; Travis Tilley <lv@gentoo.org> libxslt-1.1.8.ebuild: stable on amd64 diff --git a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild index 26805bd3dc89..8948d43ed715 100644 --- a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.8-r1.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-r1.ebuild,v 1.2 2004/08/05 18:21:17 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild,v 1.3 2004/08/19 02:46:11 agriffis Exp $ inherit libtool gnome.org eutils 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 |