diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-13 03:56:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-13 03:56:15 +0000 |
commit | 97bc7d411437f9c6a575a8566faf074a479085b7 (patch) | |
tree | 655e7d14a85bbcc4a2072e29f87a25e36e4a640a /games-rpg | |
parent | drop 3.2.0 wrt Bug #466342 (diff) | |
download | gentoo-2-97bc7d411437f9c6a575a8566faf074a479085b7.tar.gz gentoo-2-97bc7d411437f9c6a575a8566faf074a479085b7.tar.bz2 gentoo-2-97bc7d411437f9c6a575a8566faf074a479085b7.zip |
Remove invalid splitdebug restrict
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/grimrock/ChangeLog | 5 | ||||
-rw-r--r-- | games-rpg/grimrock/grimrock-20121222.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-rpg/grimrock/ChangeLog b/games-rpg/grimrock/ChangeLog index 0e4f574fe3d2..37f06ae419a8 100644 --- a/games-rpg/grimrock/ChangeLog +++ b/games-rpg/grimrock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/grimrock # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/grimrock/ChangeLog,v 1.4 2013/05/09 14:26:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/grimrock/ChangeLog,v 1.5 2013/05/13 03:56:15 patrick Exp $ + + 13 May 2013; Patrick Lauer <patrick@gentoo.org> grimrock-20121222.ebuild: + Remove invalid splitdebug restrict 09 May 2013; Julian Ospald <hasufell@gentoo.org> grimrock-20121222.ebuild, metadata.xml: diff --git a/games-rpg/grimrock/grimrock-20121222.ebuild b/games-rpg/grimrock/grimrock-20121222.ebuild index c2b81fa01e71..735071ea3b81 100644 --- a/games-rpg/grimrock/grimrock-20121222.ebuild +++ b/games-rpg/grimrock/grimrock-20121222.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-rpg/grimrock/grimrock-20121222.ebuild,v 1.6 2013/05/09 14:26:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/grimrock/grimrock-20121222.ebuild,v 1.7 2013/05/13 03:56:15 patrick Exp $ EAPI=5 @@ -16,7 +16,7 @@ SLOT="0" LICENSE="all-rights-reserved" KEYWORDS="-* ~amd64 ~x86" IUSE="bundled-libs" -RESTRICT="fetch bindist splitdebug" +RESTRICT="fetch bindist" QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/${MY_PN}.bin.* ${GAMES_PREFIX_OPT}/${PN}/lib.*" |