diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-01-24 06:55:38 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-01-24 06:55:38 +0000 |
commit | 4962def4e6c6460fecf16ae3a09e5fdd53960352 (patch) | |
tree | cc30fdc3fa533a86f8332e731d5b4dc4870e745c /games-fps | |
parent | Bump (diff) | |
download | gentoo-2-4962def4e6c6460fecf16ae3a09e5fdd53960352.tar.gz gentoo-2-4962def4e6c6460fecf16ae3a09e5fdd53960352.tar.bz2 gentoo-2-4962def4e6c6460fecf16ae3a09e5fdd53960352.zip |
Use QA_PREBUILT Bug #430662
(Portage version: 2.1.11.48/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-ra3/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-fps/quake3-ra3/ChangeLog b/games-fps/quake3-ra3/ChangeLog index 66d62095a437..7f0257e23fa5 100644 --- a/games-fps/quake3-ra3/ChangeLog +++ b/games-fps/quake3-ra3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-ra3 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/ChangeLog,v 1.9 2009/10/10 17:28:56 nyhm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/ChangeLog,v 1.10 2013/01/24 06:55:38 tupone Exp $ + + 24 Jan 2013; Tupone Alfredo <tupone@gentoo.org> quake3-ra3-1.76-r1.ebuild: + Use QA_PREBUILT Bug #430662 by Diego 10 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-ra3-1.76-r1.ebuild: Stable on amd64/x86 diff --git a/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild b/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild index 2d9a5d9f34f8..5702462eb05f 100644 --- a/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild +++ b/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild,v 1.4 2009/10/10 17:28:56 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild,v 1.5 2013/01/24 06:55:38 tupone Exp $ EAPI=2 @@ -16,3 +16,5 @@ SRC_URI="mirror://quakeunity/modifications/rocketarena3/ra3${PV/.}.zip" LICENSE="freedist" KEYWORDS="amd64 ~ppc x86" IUSE="dedicated opengl" + +QA_PREBUILT="${INS_DIR:1}/${MOD_DIR}/*so" |