diff options
Diffstat (limited to 'games-action/trine2')
-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/*" |