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 | 1351b084bb4f9e6e7e2b94769f8a7522e43de179 (patch) | |
tree | c8f581865188e3649d00c190e09f7e078281377a /games-puzzle/xblockout | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-1351b084bb4f9e6e7e2b94769f8a7522e43de179.tar.gz historical-1351b084bb4f9e6e7e2b94769f8a7522e43de179.tar.bz2 historical-1351b084bb4f9e6e7e2b94769f8a7522e43de179.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-puzzle/xblockout')
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/xblockout/xblockout-1.1.2.ebuild b/games-puzzle/xblockout/xblockout-1.1.2.ebuild index 636ad09031e6..f0ac480509d0 100644 --- a/games-puzzle/xblockout/xblockout-1.1.2.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.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-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.5 2004/06/24 23:10:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.6 2004/07/01 05:24:56 mr_bones_ Exp $ inherit games @@ -14,7 +14,7 @@ KEYWORDS="x86" IUSE="" RDEPEND="virtual/x11 - virtual/glibc" + virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" |