diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-09 14:17:33 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-09 14:17:33 +0000 |
commit | a9c638938886001384d560ab16baa493e5e858c8 (patch) | |
tree | 194f3dd8ab34d432492775bea59e56663b97f27c /games-kids/crayon-physics | |
parent | convert system-libs useflag to bundled-libs (diff) | |
download | gentoo-2-a9c638938886001384d560ab16baa493e5e858c8.tar.gz gentoo-2-a9c638938886001384d560ab16baa493e5e858c8.tar.bz2 gentoo-2-a9c638938886001384d560ab16baa493e5e858c8.zip |
restrict splitdebug
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-kids/crayon-physics')
-rw-r--r-- | games-kids/crayon-physics/ChangeLog | 6 | ||||
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-kids/crayon-physics/ChangeLog b/games-kids/crayon-physics/ChangeLog index 8af860c876e7..b4e152d4e825 100644 --- a/games-kids/crayon-physics/ChangeLog +++ b/games-kids/crayon-physics/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for games-kids/crayon-physics # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.1 2013/03/21 22:03:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.2 2013/05/09 14:17:33 hasufell Exp $ + + 09 May 2013; Julian Ospald <hasufell@gentoo.org> crayon-physics-55.ebuild: + restrict splitdebug *crayon-physics-55 (21 Mar 2013) 21 Mar 2013; Julian Ospald <hasufell@gentoo.org> +crayon-physics-55.ebuild, +metadata.xml: initial import wrt #378837 - diff --git a/games-kids/crayon-physics/crayon-physics-55.ebuild b/games-kids/crayon-physics/crayon-physics-55.ebuild index 2f000a0f6f12..e875000e43a9 100644 --- a/games-kids/crayon-physics/crayon-physics-55.ebuild +++ b/games-kids/crayon-physics/crayon-physics-55.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-kids/crayon-physics/crayon-physics-55.ebuild,v 1.1 2013/03/21 22:03:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 1.2 2013/05/09 14:17:33 hasufell Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="CRAYON-PHYSICS" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="bundled-libs" -RESTRICT="bindist fetch" +RESTRICT="bindist fetch splitdebug" MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN} QA_PREBUILT="${MYGAMEDIR#/}/crayon |