diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:17:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:17:22 +0000 |
commit | a328ade8ce0df0fabcdd9ca0ef3b7ba4df123531 (patch) | |
tree | c5d568d2c5c5c07e9c6332057dfa1a1a208e12d1 /dev-libs | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-a328ade8ce0df0fabcdd9ca0ef3b7ba4df123531.tar.gz gentoo-2-a328ade8ce0df0fabcdd9ca0ef3b7ba4df123531.tar.bz2 gentoo-2-a328ade8ce0df0fabcdd9ca0ef3b7ba4df123531.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.28-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 0fde561495ed..f867ea1861d9 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libxslt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.278 2014/04/28 17:40:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.279 2014/06/18 19:17:22 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libxslt-1.1.28-r2.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 28 Apr 2014; Michał Górny <mgorny@gentoo.org> libxslt-1.1.28-r2.ebuild: Replace multilib_build_binaries with multilib_is_native_abi. The two are diff --git a/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild b/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild index cf1286e13c6b..3554057fa0eb 100644 --- a/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 1.2 2014/04/28 17:40:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 1.3 2014/06/18 19:17:22 mgorny Exp $ EAPI=5 @@ -20,8 +20,8 @@ IUSE="crypt debug python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND=">=dev-libs/libxml2-2.8.0:2[${MULTILIB_USEDEP}] - crypt? ( >=dev-libs/libgcrypt-1.1.42:0=[${MULTILIB_USEDEP}] ) +RDEPEND=">=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}] + crypt? ( >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] ) python? ( ${PYTHON_DEPS} dev-libs/libxml2:2[python,${PYTHON_USEDEP}] ) |