diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:56:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:56:36 +0000 |
commit | 2123f78ed4a8926be96b83a930eebe0507286720 (patch) | |
tree | 66aa269c9a7c407c791d6a955f0600aa67e6019e /virtual | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-2123f78ed4a8926be96b83a930eebe0507286720.tar.gz gentoo-2-2123f78ed4a8926be96b83a930eebe0507286720.tar.bz2 gentoo-2-2123f78ed4a8926be96b83a930eebe0507286720.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 'virtual')
-rw-r--r-- | virtual/libintl/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/libintl/libintl-0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/libintl/ChangeLog b/virtual/libintl/ChangeLog index f831bc1f15b8..856f843b4ab7 100644 --- a/virtual/libintl/ChangeLog +++ b/virtual/libintl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/libintl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v 1.16 2014/01/26 18:41:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/ChangeLog,v 1.17 2014/06/18 20:56:36 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libintl-0-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 26 Jan 2014; Anthony G. Basile <blueness@gentoo.org> libintl-0-r1.ebuild, libintl-0.ebuild: diff --git a/virtual/libintl/libintl-0-r1.ebuild b/virtual/libintl/libintl-0-r1.ebuild index a09971236584..cc51632fd113 100644 --- a/virtual/libintl/libintl-0-r1.ebuild +++ b/virtual/libintl/libintl-0-r1.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/virtual/libintl/libintl-0-r1.ebuild,v 1.3 2014/01/26 18:41:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0-r1.ebuild,v 1.4 2014/06/18 20:56:36 mgorny Exp $ EAPI=4 @@ -17,4 +17,4 @@ DEPEND="" # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between # that and gcc. And don't force uClibc to dep on this. -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( sys-devel/gettext[${MULTILIB_USEDEP}] ) ) )" +RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( >=sys-devel/gettext-0.18.3.2[${MULTILIB_USEDEP}] ) ) )" |