diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 10:33:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 10:33:55 +0000 |
commit | 9a009a333c8f66c6be33b1f8a9a1cd5a3cca7cee (patch) | |
tree | ff835ecba2a64b9633fc508e5c362a2c5da73f7e /games-puzzle | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | gentoo-2-9a009a333c8f66c6be33b1f8a9a1cd5a3cca7cee.tar.gz gentoo-2-9a009a333c8f66c6be33b1f8a9a1cd5a3cca7cee.tar.bz2 gentoo-2-9a009a333c8f66c6be33b1f8a9a1cd5a3cca7cee.zip |
Support multilib providers for deps. Bump to EAPI=5.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hoh-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 19 |
2 files changed, 20 insertions, 6 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog index 701a9f49ef2b..0002562cab21 100644 --- a/games-puzzle/hoh-bin/ChangeLog +++ b/games-puzzle/hoh-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/hoh-bin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.13 2013/11/14 22:03:12 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.14 2014/10/15 10:33:55 pacho Exp $ + + 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> hoh-bin-1.01.ebuild: + Support multilib providers for deps. Bump to EAPI=5. 14 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> hoh-bin-1.01.ebuild: tidy diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild index 564f0fc21f3d..087ad93362bb 100644 --- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild +++ b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild @@ -1,6 +1,8 @@ -# 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/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.14 2013/11/14 22:03:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.15 2014/10/15 10:33:55 pacho Exp $ + +EAPI=5 inherit eutils games @@ -14,8 +16,17 @@ KEYWORDS="amd64 x86" IUSE="" RESTRICT="strip" -DEPEND="x11-libs/libX11 - amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )" +RDEPEND=" + || ( + ( + x11-libs/libX11[abi_x86_32(-)] + ) + amd64? ( + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + ) + ) +" +DEPEND="" S=${WORKDIR}/hoh-install-${PV} |