diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-13 19:34:27 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-13 19:34:27 +0000 |
commit | 566071c66c5258d04285a05301d96815c43e838a (patch) | |
tree | d9b998e029962c024e1bbe6f7161ad18b9f55fe6 /games-action | |
parent | mask games-action/trine2, cause it's 32bit only (diff) | |
download | gentoo-2-566071c66c5258d04285a05301d96815c43e838a.tar.gz gentoo-2-566071c66c5258d04285a05301d96815c43e838a.tar.bz2 gentoo-2-566071c66c5258d04285a05301d96815c43e838a.zip |
add bindist restriction
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/trine2/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/trine2/trine2-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/trine2/ChangeLog b/games-action/trine2/ChangeLog index 58f555d3d1ea..f10e53b7044b 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.1 2013/02/13 19:24:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.2 2013/02/13 19:34:27 hasufell Exp $ + + 13 Feb 2013; Julian Ospald <hasufell@gentoo.org> trine2-1.16.ebuild: + add bindist restriction *trine2-1.16 (13 Feb 2013) diff --git a/games-action/trine2/trine2-1.16.ebuild b/games-action/trine2/trine2-1.16.ebuild index 082ea67c3101..b4f60ccf4d54 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.1 2013/02/13 19:24:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v 1.2 2013/02/13 19:34:27 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" +RESTRICT="fetch bindist" QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/${PN}* ${GAMES_PREFIX_OPT}/${PN}/lib/*" |