summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-12-25 22:45:44 +0000
committerNed Ludd <solar@gentoo.org>2007-12-25 22:45:44 +0000
commitc798f7ec266d6e5a6d7013908f98d3161ca7a135 (patch)
tree02fac2dca79eae9bb9d4ed3062638591e0cf3611 /games-fps
parent- binary packages that are linked with libc.so.6 need to use sys-libs/glibc i... (diff)
downloadgentoo-2-c798f7ec266d6e5a6d7013908f98d3161ca7a135.tar.gz
gentoo-2-c798f7ec266d6e5a6d7013908f98d3161ca7a135.tar.bz2
gentoo-2-c798f7ec266d6e5a6d7013908f98d3161ca7a135.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/nprquake-sdl/ChangeLog6
-rw-r--r--games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/nprquake-sdl/ChangeLog b/games-fps/nprquake-sdl/ChangeLog
index 74b30f457689..e17bdd88d423 100644
--- a/games-fps/nprquake-sdl/ChangeLog
+++ b/games-fps/nprquake-sdl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/nprquake-sdl
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/ChangeLog,v 1.7 2007/07/02 21:46:18 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/ChangeLog,v 1.8 2007/12/25 22:45:44 solar Exp $
+
+ 25 Dec 2007; <solar@gentoo.org> nprquake-sdl-1-r1.ebuild:
+ - binary packages that are linked with libc.so.6 need to use sys-libs/glibc
+ in RDEPEND
02 Jul 2007; Tristan Heaven <nyhm@gentoo.org>
+files/nprquake-sdl-1-exec-stack.patch, files/1-gentoo.patch,
diff --git a/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild b/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild
index 703f2aa300bd..ba9000717505 100644
--- a/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild
+++ b/games-fps/nprquake-sdl/nprquake-sdl-1-r1.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/nprquake-sdl/nprquake-sdl-1-r1.ebuild,v 1.13 2007/07/02 21:46:18 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild,v 1.14 2007/12/25 22:45:44 solar Exp $
inherit eutils games
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE="cdinstall"
-DEPEND="media-libs/libsdl"
+DEPEND="media-libs/libsdl sys-libs/glibc"
RDEPEND="${DEPEND}
cdinstall? ( games-fps/quake1-data )"