diff options
author | 2007-12-25 22:15:36 +0000 | |
---|---|---|
committer | 2007-12-25 22:15:36 +0000 | |
commit | f3aec12dfba45ff0c644616ffbc7caf65dbb150e (patch) | |
tree | c8052fcddd02048d1efdaa887140ad27a7df3c00 /games-fps | |
parent | Remove old version. (diff) | |
download | gentoo-2-f3aec12dfba45ff0c644616ffbc7caf65dbb150e.tar.gz gentoo-2-f3aec12dfba45ff0c644616ffbc7caf65dbb150e.tar.bz2 gentoo-2-f3aec12dfba45ff0c644616ffbc7caf65dbb150e.zip |
- binary packages that are linked with libc.so.6 need to use sys-libs/glibc in RDEPEND
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/tremulous-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/tremulous-bin/tremulous-bin-1.1.0.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-fps/tremulous-bin/ChangeLog b/games-fps/tremulous-bin/ChangeLog index 366734119f2e..f616a01b4f27 100644 --- a/games-fps/tremulous-bin/ChangeLog +++ b/games-fps/tremulous-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/tremulous-bin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous-bin/ChangeLog,v 1.3 2006/12/06 20:16:45 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous-bin/ChangeLog,v 1.4 2007/12/25 22:15:36 solar Exp $ + + 25 Dec 2007; <solar@gentoo.org> tremulous-bin-1.1.0.ebuild: + - binary packages that are linked with libc.so.6 need to use sys-libs/glibc + in RDEPEND 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> tremulous-bin-1.1.0.ebuild: diff --git a/games-fps/tremulous-bin/tremulous-bin-1.1.0.ebuild b/games-fps/tremulous-bin/tremulous-bin-1.1.0.ebuild index 6a7538dace0d..03dace1adc38 100644 --- a/games-fps/tremulous-bin/tremulous-bin-1.1.0.ebuild +++ b/games-fps/tremulous-bin/tremulous-bin-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous-bin/tremulous-bin-1.1.0.ebuild,v 1.3 2006/12/06 20:16:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous-bin/tremulous-bin-1.1.0.ebuild,v 1.4 2007/12/25 22:15:36 solar Exp $ inherit eutils games @@ -37,6 +37,7 @@ UIDEPEND="virtual/opengl app-emulation/emul-linux-x86-medialibs )" RDEPEND="sdl? ( ${UIDEPEND} ) !sdl? ( !dedicated? ( ${UIDEPEND} ) ) + sys-libs/glibc !games-fps/tremulous" DEPEND="${RDEPEND} app-arch/unzip" |