diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-12-21 21:30:29 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-12-21 21:30:29 +0000 |
commit | 4a5a17bbfa02126b9c051e8a118addfaf6bb158e (patch) | |
tree | 92d1ef6b984f4d0f7e81f26929ff191de4bd4ffa /games-fps | |
parent | Use PYTHON_USEDEP to pull in proper deps. (diff) | |
download | gentoo-2-4a5a17bbfa02126b9c051e8a118addfaf6bb158e.tar.gz gentoo-2-4a5a17bbfa02126b9c051e8a118addfaf6bb158e.tar.bz2 gentoo-2-4a5a17bbfa02126b9c051e8a118addfaf6bb158e.zip |
Use QA_PREBUILT. Bug #429150
(Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rtcwmp-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-fps/rtcwmp-demo/ChangeLog b/games-fps/rtcwmp-demo/ChangeLog index 14fcf751ce93..74a1e9b58c44 100644 --- a/games-fps/rtcwmp-demo/ChangeLog +++ b/games-fps/rtcwmp-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcwmp-demo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.12 2012/07/11 17:25:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.13 2012/12/21 21:30:29 tupone Exp $ + + 21 Dec 2012; Tupone Alfredo <tupone@gentoo.org> rtcwmp-demo-1.1.ebuild: + Use QA_PREBUILT. Bug #429150 by Diego Elio Pettenò 11 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> rtcwmp-demo-1.1.ebuild: gpl for init script bug #425946 diff --git a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild index 27924c7b55a1..d62df137d9af 100644 --- a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild +++ b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild,v 1.13 2012/07/11 17:25:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/rtcwmp-demo-1.1.ebuild,v 1.14 2012/12/21 21:30:29 tupone Exp $ inherit eutils unpacker games @@ -35,6 +35,9 @@ RDEPEND="sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-xlibs )" +QA_PREBUILT="${GAMES_PREFIX_OPT:1}/{PN}/* + ${GAMES_PREFIX_OPT:1}/{PN}/demomain/*" + S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} |