summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-28 12:30:41 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-28 12:30:41 +0000
commita65e6fb539b4b00c8a4038dbcbf82da82702cb83 (patch)
tree46f3c8b40a6e8c8449d1d83bfbfee0dfe1155e11 /dev-libs
parentFix build with gcc-4.7. Bug #424133 (diff)
downloadgentoo-2-a65e6fb539b4b00c8a4038dbcbf82da82702cb83.tar.gz
gentoo-2-a65e6fb539b4b00c8a4038dbcbf82da82702cb83.tar.bz2
gentoo-2-a65e6fb539b4b00c8a4038dbcbf82da82702cb83.zip
Stable for x86, wrt bug #436284
(Portage version: 2.2.0_alpha133/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxslt/ChangeLog5
-rw-r--r--dev-libs/libxslt/libxslt-1.1.27.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog
index f46cc8993835..48e4d91f87cc 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.240 2012/09/27 13:17:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.241 2012/09/28 12:30:41 johu Exp $
+
+ 28 Sep 2012; Johannes Huber <johu@gentoo.org> libxslt-1.1.27.ebuild:
+ Stable for x86, wrt bug #436284
27 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libxslt-1.1.27.ebuild:
Stable for amd64, wrt bug #436284
diff --git a/dev-libs/libxslt/libxslt-1.1.27.ebuild b/dev-libs/libxslt/libxslt-1.1.27.ebuild
index 1ab61cd8c1f2..4c4d4e008427 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.4 2012/09/27 13:17:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.27.ebuild,v 1.5 2012/09/28 12:30:41 johu 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