diff options
author | Ned Ludd <solar@gentoo.org> | 2007-12-25 22:36:37 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-12-25 22:36:37 +0000 |
commit | 7f79b1057b661f3879f2120917eda2bc5c6d780a (patch) | |
tree | 2cb04313ef70b1bb44459bc5b9f3aa622eb29c2c /games-fps/doomsday/doomsday-1.9.0_beta52.ebuild | |
parent | Version bump and fix for 194354 (diff) | |
download | historical-7f79b1057b661f3879f2120917eda2bc5c6d780a.tar.gz historical-7f79b1057b661f3879f2120917eda2bc5c6d780a.tar.bz2 historical-7f79b1057b661f3879f2120917eda2bc5c6d780a.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/doomsday/doomsday-1.9.0_beta52.ebuild')
-rw-r--r-- | games-fps/doomsday/doomsday-1.9.0_beta52.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild b/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild index bcdea96cf570..2cb717763dfb 100644 --- a/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild +++ b/games-fps/doomsday/doomsday-1.9.0_beta52.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/doomsday/doomsday-1.9.0_beta52.ebuild,v 1.3 2007/12/05 16:27:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild,v 1.4 2007/12/25 22:36:37 solar Exp $ inherit toolchain-funcs games @@ -20,6 +20,7 @@ RDEPEND="virtual/opengl media-libs/sdl-mixer media-libs/sdl-net media-libs/libpng + sys-libs/glibc openal? ( media-libs/openal )" DEPEND="${RDEPEND} >=dev-util/cmake-2.4.5 |