diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-09 14:13:08 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-09 14:13:08 +0000 |
commit | 4f3b68eca6b07925cbb2d1cb2e3b3521340415cd (patch) | |
tree | 1fa791cce8e466e713fde108c68e076940d36cdc /games-action | |
parent | restrict splitdebug (diff) | |
download | gentoo-2-4f3b68eca6b07925cbb2d1cb2e3b3521340415cd.tar.gz gentoo-2-4f3b68eca6b07925cbb2d1cb2e3b3521340415cd.tar.bz2 gentoo-2-4f3b68eca6b07925cbb2d1cb2e3b3521340415cd.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/trine2/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/trine2/trine2-1.16.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/trine2/ChangeLog b/games-action/trine2/ChangeLog index 6203c14460a9..7aacf7f404a3 100644 --- a/games-action/trine2/ChangeLog +++ b/games-action/trine2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/trine2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.3 2013/04/11 16:47:01 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.4 2013/05/09 14:13:08 hasufell Exp $ + + 09 May 2013; Julian Ospald <hasufell@gentoo.org> trine2-1.16.ebuild: + restrict splitdebug 11 Apr 2013; Julian Ospald <hasufell@gentoo.org> trine2-1.16.ebuild: update libpng slot to 1.5 @@ -13,4 +16,3 @@ 13 Feb 2013; Julian Ospald <hasufell@gentoo.org> +trine2-1.16.ebuild, +metadata.xml: initial import wrt #412057 - diff --git a/games-action/trine2/trine2-1.16.ebuild b/games-action/trine2/trine2-1.16.ebuild index bd46b01f4b67..ba8786c8d6cd 100644 --- a/games-action/trine2/trine2-1.16.ebuild +++ b/games-action/trine2/trine2-1.16.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/trine2/trine2-1.16.ebuild,v 1.4 2013/04/11 16:47:01 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v 1.5 2013/05/09 14:13:08 hasufell Exp $ EAPI=5 inherit eutils unpacker gnome2-utils games @@ -14,7 +14,7 @@ LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="+launcher system-libs" -RESTRICT="fetch bindist" +RESTRICT="fetch bindist splitdebug" QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/${PN}* ${GAMES_PREFIX_OPT}/${PN}/lib/*" |