diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-03 22:16:15 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-03 22:16:15 +0000 |
commit | 01cec62ce6ddd612259e462692f1d3e04f281b33 (patch) | |
tree | 6ea760e70a02d42ffd93dcbce795ff646f06ddc7 /dev-libs/libxslt | |
parent | Removed --with-proj option so the --with-projlib option doesn't get ignored. (diff) | |
download | gentoo-2-01cec62ce6ddd612259e462692f1d3e04f281b33.tar.gz gentoo-2-01cec62ce6ddd612259e462692f1d3e04f281b33.tar.bz2 gentoo-2-01cec62ce6ddd612259e462692f1d3e04f281b33.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.14-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index ca8915ade1ce..a85e7981ebf2 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,10 @@ # 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.114 2005/08/03 13:29:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.115 2005/08/03 22:16:15 kloeri Exp $ + + 03 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> + libxslt-1.1.14-r2.ebuild: + Stable on alpha. 03 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> libxslt-1.1.14-r2.ebuild: diff --git a/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild b/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild index 7c8ca88e17e4..ea78c9d8855e 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.3 2005/08/03 13:29:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild,v 1.4 2005/08/03 22:16:15 kloeri 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 sparc x86" IUSE="crypt debug python static" DEPEND=">=dev-libs/libxml2-2.6.17 |