diff options
author | 2005-08-17 22:46:37 +0000 | |
---|---|---|
committer | 2005-08-17 22:46:37 +0000 | |
commit | 9f52cc25d3c5ab24e18e95eb21da8ef9488ac23b (patch) | |
tree | be7860d830704a06f46ae973edad7f5b6c647119 /dev-libs/libxslt | |
parent | remove sysroot since it doesnt work yet (diff) | |
download | gentoo-2-9f52cc25d3c5ab24e18e95eb21da8ef9488ac23b.tar.gz gentoo-2-9f52cc25d3c5ab24e18e95eb21da8ef9488ac23b.tar.bz2 gentoo-2-9f52cc25d3c5ab24e18e95eb21da8ef9488ac23b.zip |
Stable on sh.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.14-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 3dc9ceb83e59..ef9068252c62 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxslt # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.116 2005/08/08 14:38:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.117 2005/08/17 22:42:10 matsuu Exp $ + + 17 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> libxslt-1.1.14-r2.ebuild: + Stable on sh. 08 Aug 2005; Markus Rothe <corsair@gentoo.org> libxslt-1.1.14-r2.ebuild: Stable on ppc64 diff --git a/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild b/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild index d2058312ca90..56270168fac2 100644 --- a/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.14-r2.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/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild,v 1.6 2005/08/14 03:59:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild,v 1.7 2005/08/17 22:42:10 matsuu Exp $ inherit libtool gnome.org eutils python @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 s390 sh sparc x86" IUSE="crypt debug python static" DEPEND=">=dev-libs/libxml2-2.6.17 |