diff options
author | 2012-09-27 13:17:09 +0000 | |
---|---|---|
committer | 2012-09-27 13:17:09 +0000 | |
commit | c04c2dd18cdff153624b87e53ca00519015cce92 (patch) | |
tree | a2fcc37f92784252aa29c574e3072757b35f905a /dev-libs | |
parent | mv python files only when python USE is active, drop --disable-dependency-tra... (diff) | |
download | gentoo-2-c04c2dd18cdff153624b87e53ca00519015cce92.tar.gz gentoo-2-c04c2dd18cdff153624b87e53ca00519015cce92.tar.bz2 gentoo-2-c04c2dd18cdff153624b87e53ca00519015cce92.zip |
Stable for amd64, wrt bug #436284
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index ceee794bdc9a..f46cc8993835 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxslt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.239 2012/09/27 13:13:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.240 2012/09/27 13:17:09 ago Exp $ + + 27 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libxslt-1.1.27.ebuild: + Stable for amd64, wrt bug #436284 27 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libxslt-1.1.27.ebuild: mv python files only when python USE is active, drop --disable-dependency- diff --git a/dev-libs/libxslt/libxslt-1.1.27.ebuild b/dev-libs/libxslt/libxslt-1.1.27.ebuild index 4c92358f5a5d..1ab61cd8c1f2 100644 --- a/dev-libs/libxslt/libxslt-1.1.27.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.27.ebuild,v 1.3 2012/09/27 13:13:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.27.ebuild,v 1.4 2012/09/27 13:17:09 ago Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="crypt debug python static-libs" DEPEND=">=dev-libs/libxml2-2.6.27:2 |