diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-01 05:24:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-01 05:24:56 +0000 |
commit | 0a27343cb449ee5036627cc5f37b633ce86d5cd7 (patch) | |
tree | cadcbf7014704305cf2fdcd83df977a28b6f6814 /games-roguelike/moria | |
parent | stable on ppc64, bug #55664 (Manifest recommit) (diff) | |
download | gentoo-2-0a27343cb449ee5036627cc5f37b633ce86d5cd7.tar.gz gentoo-2-0a27343cb449ee5036627cc5f37b633ce86d5cd7.tar.bz2 gentoo-2-0a27343cb449ee5036627cc5f37b633ce86d5cd7.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-roguelike/moria')
-rw-r--r-- | games-roguelike/moria/moria-5.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/moria/moria-5.5.2.ebuild b/games-roguelike/moria/moria-5.5.2.ebuild index f25158fa4185..15676c44c068 100644 --- a/games-roguelike/moria/moria-5.5.2.ebuild +++ b/games-roguelike/moria/moria-5.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/moria/moria-5.5.2.ebuild,v 1.6 2004/06/24 23:13:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/moria/moria-5.5.2.ebuild,v 1.7 2004/07/01 05:21:55 mr_bones_ Exp $ inherit eutils gcc games @@ -17,7 +17,7 @@ LICENSE="Moria" SLOT="0" IUSE="" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc >=sys-libs/ncurses-5" DEPEND="${RDEPEND} >=sys-apps/sed-4" |