diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-08-02 17:33:28 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-08-02 17:33:28 +0000 |
commit | a7bb019193b334343ce751dc08985ede0c9834ba (patch) | |
tree | e9197efd52b0cae30f569784e1c14241834e7414 /dev-libs | |
parent | Moved documentation to proper place, using dohtml and added doc USE flag, bug... (diff) | |
download | gentoo-2-a7bb019193b334343ce751dc08985ede0c9834ba.tar.gz gentoo-2-a7bb019193b334343ce751dc08985ede0c9834ba.tar.bz2 gentoo-2-a7bb019193b334343ce751dc08985ede0c9834ba.zip |
stable amd64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 4bcf0c42d6f0..3d5dcbe6d228 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.111 2005/07/31 08:02:23 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.112 2005/08/02 17:32:24 blubb Exp $ + + 02 Aug 2005; Simon Stelling <blubb@gentoo.org> libxslt-1.1.14.ebuild: + stable on amd64 31 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> libxslt-1.1.14.ebuild: diff --git a/dev-libs/libxslt/libxslt-1.1.14.ebuild b/dev-libs/libxslt/libxslt-1.1.14.ebuild index a97cf9afb402..26a9b506d6f2 100644 --- a/dev-libs/libxslt/libxslt-1.1.14.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.14.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.ebuild,v 1.5 2005/07/31 08:02:23 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.14.ebuild,v 1.6 2005/08/02 17:32:24 blubb 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 |