diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-01-30 22:12:30 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-01-30 22:12:30 +0000 |
commit | 5a03602da277468c69d766d070210d14d1af0145 (patch) | |
tree | 3c4ba39b7ab2f851d48e354163a8935eef10951d /sys-devel/gettext/gettext-0.18.3.2.ebuild | |
parent | Version bump, add explicit choice of crypto provider (diff) | |
download | gentoo-2-5a03602da277468c69d766d070210d14d1af0145.tar.gz gentoo-2-5a03602da277468c69d766d070210d14d1af0145.tar.bz2 gentoo-2-5a03602da277468c69d766d070210d14d1af0145.zip |
fixed dep version on emul-linux-x86-baselibs to match the one will not collide with abi_x86_32
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sys-devel/gettext/gettext-0.18.3.2.ebuild')
-rw-r--r-- | sys-devel/gettext/gettext-0.18.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.18.3.2.ebuild b/sys-devel/gettext/gettext-0.18.3.2.ebuild index f88a6fbf2acb..a997ac05d28c 100644 --- a/sys-devel/gettext/gettext-0.18.3.2.ebuild +++ b/sys-devel/gettext/gettext-0.18.3.2.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/sys-devel/gettext/gettext-0.18.3.2.ebuild,v 1.2 2014/01/18 06:13:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v 1.3 2014/01/30 22:12:30 axs Exp $ EAPI="4" @@ -28,7 +28,7 @@ RDEPEND="${DEPEND} java? ( >=virtual/jre-1.4 ) abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - !<=app-emulation/emul-linux-x86-baselibs-20131008-r8 + !<=app-emulation/emul-linux-x86-baselibs-20131008-r11 )" PDEPEND="emacs? ( app-emacs/po-mode )" |