diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-09 14:12:14 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-09 14:12:14 +0000 |
commit | 3d2fc35aff2185dfc98082fbd684b59af7fd82b1 (patch) | |
tree | 01cbf2831ee1ff9c53048dfbefc68854af85c6ed /games-action | |
parent | restrict splitdebug (diff) | |
download | gentoo-2-3d2fc35aff2185dfc98082fbd684b59af7fd82b1.tar.gz gentoo-2-3d2fc35aff2185dfc98082fbd684b59af7fd82b1.tar.bz2 gentoo-2-3d2fc35aff2185dfc98082fbd684b59af7fd82b1.zip |
restrict splitdebug
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/super-hexagon/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/super-hexagon/super-hexagon-15.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/super-hexagon/ChangeLog b/games-action/super-hexagon/ChangeLog index 35c1c404f8b6..301e0564fa2b 100644 --- a/games-action/super-hexagon/ChangeLog +++ b/games-action/super-hexagon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/super-hexagon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/super-hexagon/ChangeLog,v 1.2 2013/03/23 21:20:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/super-hexagon/ChangeLog,v 1.3 2013/05/09 14:12:14 hasufell Exp $ + + 09 May 2013; Julian Ospald <hasufell@gentoo.org> super-hexagon-15.ebuild: + restrict splitdebug 23 Mar 2013; Julian Ospald <hasufell@gentoo.org> super-hexagon-15.ebuild: use unpack_zip from unpacker.eclass @@ -10,4 +13,3 @@ 21 Mar 2013; Julian Ospald <hasufell@gentoo.org> +super-hexagon-15.ebuild, +metadata.xml: initial import - diff --git a/games-action/super-hexagon/super-hexagon-15.ebuild b/games-action/super-hexagon/super-hexagon-15.ebuild index 770073978776..2ba8247f4062 100644 --- a/games-action/super-hexagon/super-hexagon-15.ebuild +++ b/games-action/super-hexagon/super-hexagon-15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/super-hexagon/super-hexagon-15.ebuild,v 1.3 2013/03/23 21:20:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/super-hexagon/super-hexagon-15.ebuild,v 1.4 2013/05/09 14:12:14 hasufell Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="bundled-libs +bundled-glew" -RESTRICT="bindist fetch" +RESTRICT="bindist fetch splitdebug" MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN} QA_PREBUILT="${MYGAMEDIR#/}/x86/* |