diff options
author | Ned Ludd <solar@gentoo.org> | 2007-12-25 22:19:28 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-12-25 22:19:28 +0000 |
commit | c72c9546df02fa491651790448240e3d4b6a1016 (patch) | |
tree | 61623b4b144c419ab4c73300faa0fea0af8f2776 /games-fps/transfusion-bin | |
parent | - binary packages that are linked with libc.so.6 need to use sys-libs/glibc i... (diff) | |
download | gentoo-2-c72c9546df02fa491651790448240e3d4b6a1016.tar.gz gentoo-2-c72c9546df02fa491651790448240e3d4b6a1016.tar.bz2 gentoo-2-c72c9546df02fa491651790448240e3d4b6a1016.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/transfusion-bin')
-rw-r--r-- | games-fps/transfusion-bin/transfusion-bin-1.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild index c954b4815189..620840272d0c 100644 --- a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild +++ b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.13 2006/09/28 21:20:31 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.14 2007/12/25 22:19:28 solar Exp $ inherit eutils games @@ -17,7 +17,7 @@ KEYWORDS="-* x86" IUSE="" RESTRICT="strip" -RDEPEND="" +RDEPEND="sys-libs/glibc" DEPEND="${RDEPEND} app-arch/unzip" |