diff options
author | Ned Ludd <solar@gentoo.org> | 2007-12-25 22:50:43 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-12-25 22:50:43 +0000 |
commit | 879b639342349be5cf25d1685ec2d4e693d59ead (patch) | |
tree | b9cc4c96d0b211aa4e08acc3fd4b68b5e5ab0029 /games-fps/tribes2 | |
parent | new version to prevent file collisions with newer asterisk versions. (diff) | |
download | historical-879b639342349be5cf25d1685ec2d4e693d59ead.tar.gz historical-879b639342349be5cf25d1685ec2d4e693d59ead.tar.bz2 historical-879b639342349be5cf25d1685ec2d4e693d59ead.zip |
- binary packages that are linked with libc.so.6 need to use sys-libs/glibc in RDEPEND
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'games-fps/tribes2')
-rw-r--r-- | games-fps/tribes2/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/tribes2/tribes2-25034.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/tribes2/ChangeLog b/games-fps/tribes2/ChangeLog index 99b2cced4c95..0ec6f58a94a4 100644 --- a/games-fps/tribes2/ChangeLog +++ b/games-fps/tribes2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/tribes2 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.17 2007/04/13 21:47:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.18 2007/12/25 22:50:43 solar Exp $ + + 25 Dec 2007; <solar@gentoo.org> tribes2-25034.ebuild: + - binary packages that are linked with libc.so.6 need to use sys-libs/glibc + in RDEPEND 13 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> tribes2-25034.ebuild: Marking -amd64 wrt bug #139639. diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild index 1387e6e08cea..97813424d273 100644 --- a/games-fps/tribes2/tribes2-25034.ebuild +++ b/games-fps/tribes2/tribes2-25034.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.16 2007/04/13 21:47:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.17 2007/12/25 22:50:43 solar Exp $ inherit eutils games @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="-amd64 x86" RESTRICT="mirror strip" -DEPEND="virtual/libc +DEPEND="sys-libs/glibc games-util/loki_patch" RDEPEND="${DEPEND} virtual/opengl" |