diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 09:48:21 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 09:48:21 +0000 |
commit | 934759a48edbabe8b89101969ee90a89814b8cbf (patch) | |
tree | 5f8cde015d2bcfecf4420647398e10baa00d3451 /games-fps/rtcw | |
parent | Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. (diff) | |
download | gentoo-2-934759a48edbabe8b89101969ee90a89814b8cbf.tar.gz gentoo-2-934759a48edbabe8b89101969ee90a89814b8cbf.tar.bz2 gentoo-2-934759a48edbabe8b89101969ee90a89814b8cbf.zip |
Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps/rtcw')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index 10d7582ee241..55305ec7bd28 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.41 2013/01/20 14:55:58 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.42 2014/09/07 09:48:21 ulm Exp $ + + 07 Sep 2014; Ulrich Müller <ulm@gentoo.org> rtcw-1.41b.ebuild: + Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. 20 Jan 2013; Tupone Alfredo <tupone@gentoo.org> rtcw-1.41b.ebuild: Use QA_PREBUILT Bug #452978 by Diego Elio Pettenò diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild index 882806b6b018..bc1fcc38d38b 100644 --- a/games-fps/rtcw/rtcw-1.41b.ebuild +++ b/games-fps/rtcw/rtcw-1.41b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.17 2013/01/20 14:55:58 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.18 2014/09/07 09:48:21 ulm Exp $ EAPI=2 inherit eutils unpacker games @@ -13,7 +13,7 @@ SRC_URI="mirror://idsoftware/wolf/linux/wolf-linux-GOTY-maps.x86.run LICENSE="RTCW GPL-2" # gpl for init script bug #425944 SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="opengl dedicated" RESTRICT="strip mirror" |