pacho 14/10/15 10:33:55 Modified: hoh-bin-1.01.ebuild ChangeLog Log: Support multilib providers for deps. Bump to EAPI=5. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.15 games-puzzle/hoh-bin/hoh-bin-1.01.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?r1=1.14&r2=1.15 Index: hoh-bin-1.01.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- hoh-bin-1.01.ebuild 14 Nov 2013 22:03:12 -0000 1.14 +++ hoh-bin-1.01.ebuild 15 Oct 2014 10:33:55 -0000 1.15 @@ -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 @@ 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} 1.14 games-puzzle/hoh-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 14 Nov 2013 22:03:12 -0000 1.13 +++ ChangeLog 15 Oct 2014 10:33:55 -0000 1.14 @@ -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 <[email protected]> hoh-bin-1.01.ebuild: + Support multilib providers for deps. Bump to EAPI=5. 14 Nov 2013; Michael Sterrett <[email protected]> hoh-bin-1.01.ebuild: tidy
