diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:42:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:42:01 +0000 |
commit | b36af3934f18d5be2069e1318ff242b3e2af3775 (patch) | |
tree | 4026109f88554d730a906dfa0ea9bbad4f8aa22b /sci-chemistry | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-b36af3934f18d5be2069e1318ff242b3e2af3775.tar.gz gentoo-2-b36af3934f18d5be2069e1318ff242b3e2af3775.tar.bz2 gentoo-2-b36af3934f18d5be2069e1318ff242b3e2af3775.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 'sci-chemistry')
-rw-r--r-- | sci-chemistry/cara-bin/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild | 24 |
2 files changed, 18 insertions, 14 deletions
diff --git a/sci-chemistry/cara-bin/ChangeLog b/sci-chemistry/cara-bin/ChangeLog index bb2c0c1e1825..b6ea57c59593 100644 --- a/sci-chemistry/cara-bin/ChangeLog +++ b/sci-chemistry/cara-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/cara-bin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/ChangeLog,v 1.7 2013/04/21 19:55:14 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/ChangeLog,v 1.8 2014/06/18 20:42:01 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> cara-bin-1.8.4.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 21 Apr 2013; Michał Górny <mgorny@gentoo.org> cara-bin-1.8.4.ebuild: Support multilib libraries alternatively to emul-linux-x86-xlibs. diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild b/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild index bd4f7a38cdea..5a8a287e7b38 100644 --- a/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild +++ b/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild,v 1.6 2013/04/21 19:55:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild,v 1.7 2014/06/18 20:42:01 mgorny Exp $ EAPI=4 @@ -22,16 +22,16 @@ RDEPEND=" amd64? ( || ( ( - media-libs/fontconfig[abi_x86_32] - media-libs/freetype[abi_x86_32] - x11-libs/libICE[abi_x86_32] - x11-libs/libSM[abi_x86_32] - x11-libs/libX11[abi_x86_32] - x11-libs/libXcursor[abi_x86_32] - x11-libs/libXext[abi_x86_32] - x11-libs/libXi[abi_x86_32] - x11-libs/libXrandr[abi_x86_32] - x11-libs/libXrender[abi_x86_32] + >=media-libs/fontconfig-2.10.92[abi_x86_32] + >=media-libs/freetype-2.5.0.1[abi_x86_32] + >=x11-libs/libICE-1.0.8-r1[abi_x86_32] + >=x11-libs/libSM-1.2.1-r1[abi_x86_32] + >=x11-libs/libX11-1.6.2[abi_x86_32] + >=x11-libs/libXcursor-1.1.14[abi_x86_32] + >=x11-libs/libXext-1.3.2[abi_x86_32] + >=x11-libs/libXi-1.7.2[abi_x86_32] + >=x11-libs/libXrandr-1.4.2[abi_x86_32] + >=x11-libs/libXrender-0.9.8[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs ) |