diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-13 03:42:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-13 03:42:05 +0000 |
commit | c658d7f4d7aefc522ab9c6a7174522f513dada4f (patch) | |
tree | a33014307c2f6a765af99ae4e1bff173c3bc83e9 /games-kids/crayon-physics | |
parent | Install DSO into LIBDIR, bug #466732 (diff) | |
download | gentoo-2-c658d7f4d7aefc522ab9c6a7174522f513dada4f.tar.gz gentoo-2-c658d7f4d7aefc522ab9c6a7174522f513dada4f.tar.bz2 gentoo-2-c658d7f4d7aefc522ab9c6a7174522f513dada4f.zip |
Remove invalid splitdebug restrict
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-kids/crayon-physics')
-rw-r--r-- | games-kids/crayon-physics/ChangeLog | 5 | ||||
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-kids/crayon-physics/ChangeLog b/games-kids/crayon-physics/ChangeLog index b4e152d4e825..03a93d532981 100644 --- a/games-kids/crayon-physics/ChangeLog +++ b/games-kids/crayon-physics/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2013/05/09 14:17:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.3 2013/05/13 03:42:05 patrick Exp $ + + 13 May 2013; Patrick Lauer <patrick@gentoo.org> crayon-physics-55.ebuild: + Remove invalid splitdebug restrict 09 May 2013; Julian Ospald <hasufell@gentoo.org> crayon-physics-55.ebuild: restrict splitdebug diff --git a/games-kids/crayon-physics/crayon-physics-55.ebuild b/games-kids/crayon-physics/crayon-physics-55.ebuild index e875000e43a9..0468857b6fcb 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.2 2013/05/09 14:17:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 1.3 2013/05/13 03:42:05 patrick Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="CRAYON-PHYSICS" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="bundled-libs" -RESTRICT="bindist fetch splitdebug" +RESTRICT="bindist fetch" MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN} QA_PREBUILT="${MYGAMEDIR#/}/crayon |