diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-06-02 18:49:12 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-06-02 18:49:12 +0000 |
commit | 483a34f7ce096ef4fa0a891d10bea6bb0c7f887d (patch) | |
tree | 47789f7c7e71e68fd3e36f232acf58665be5b699 /games-rpg | |
parent | Add alevt videotext decoder support (bug 423687, thanks Tobias Leupold), add ... (diff) | |
download | gentoo-2-483a34f7ce096ef4fa0a891d10bea6bb0c7f887d.tar.gz gentoo-2-483a34f7ce096ef4fa0a891d10bea6bb0c7f887d.tar.bz2 gentoo-2-483a34f7ce096ef4fa0a891d10bea6bb0c7f887d.zip |
splitdebug is not invalid
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
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 37f06ae419a8..32f64cbd8b63 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.5 2013/05/13 03:56:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/grimrock/ChangeLog,v 1.6 2013/06/02 18:49:12 hasufell Exp $ + + 02 Jun 2013; Julian Ospald <hasufell@gentoo.org> grimrock-20121222.ebuild: + splitdebug is not invalid 13 May 2013; Patrick Lauer <patrick@gentoo.org> grimrock-20121222.ebuild: Remove invalid splitdebug restrict diff --git a/games-rpg/grimrock/grimrock-20121222.ebuild b/games-rpg/grimrock/grimrock-20121222.ebuild index 735071ea3b81..0b45ab6ce608 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.7 2013/05/13 03:56:15 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/grimrock/grimrock-20121222.ebuild,v 1.8 2013/06/02 18:49:12 hasufell Exp $ EAPI=5 @@ -16,7 +16,7 @@ SLOT="0" LICENSE="all-rights-reserved" KEYWORDS="-* ~amd64 ~x86" IUSE="bundled-libs" -RESTRICT="fetch bindist" +RESTRICT="fetch bindist splitdebug" QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/${MY_PN}.bin.* ${GAMES_PREFIX_OPT}/${PN}/lib.*" |