diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 17:41:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 17:41:03 +0000 |
commit | f0abf61c79c4ee3ec7198dc469cad5f6db6b3130 (patch) | |
tree | be13270a32faab32249b2c428fd9c3043e9412ae /games-fps | |
parent | Replace emul-linux-x86-compat dependency by sys-libs/lib-compat. (diff) | |
download | gentoo-2-f0abf61c79c4ee3ec7198dc469cad5f6db6b3130.tar.gz gentoo-2-f0abf61c79c4ee3ec7198dc469cad5f6db6b3130.tar.bz2 gentoo-2-f0abf61c79c4ee3ec7198dc469cad5f6db6b3130.zip |
Replace emul-linux-x86-compat dependency by sys-libs/lib-compat.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 3 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index 55305ec7bd28..e96205ac880d 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,9 +1,10 @@ # ChangeLog for games-fps/rtcw # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.43 2014/09/07 17:41:03 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. + Replace emul-linux-x86-compat dependency by sys-libs/lib-compat. 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 bc1fcc38d38b..c7674512c8d8 100644 --- a/games-fps/rtcw/rtcw-1.41b.ebuild +++ b/games-fps/rtcw/rtcw-1.41b.ebuild @@ -1,6 +1,6 @@ # 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.18 2014/09/07 09:48:21 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.19 2014/09/07 17:41:03 ulm Exp $ EAPI=2 inherit eutils unpacker games @@ -26,11 +26,10 @@ UIDEPEND="virtual/opengl ) amd64? ( app-emulation/emul-linux-x86-xlibs )" RDEPEND="sys-libs/glibc + sys-libs/lib-compat dedicated? ( app-misc/screen ) !dedicated? ( ${UIDEPEND} ) - opengl? ( ${UIDEPEND} ) - x86? ( sys-libs/lib-compat ) - amd64? ( app-emulation/emul-linux-x86-compat )" + opengl? ( ${UIDEPEND} )" S=${WORKDIR} |