diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:14:57 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:14:57 +0000 |
commit | 53b16f9a1c2ca357d4125bc3d60c4ced573c5048 (patch) | |
tree | 5128886776c071b51c60c554dcc512717f4d738b /games-board/cgoban | |
parent | Added die to make install (Manifest recommit) (diff) | |
download | gentoo-2-53b16f9a1c2ca357d4125bc3d60c4ced573c5048.tar.gz gentoo-2-53b16f9a1c2ca357d4125bc3d60c4ced573c5048.tar.bz2 gentoo-2-53b16f9a1c2ca357d4125bc3d60c4ced573c5048.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-board/cgoban')
-rw-r--r-- | games-board/cgoban/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.12.ebuild | 4 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-board/cgoban/ChangeLog b/games-board/cgoban/ChangeLog index 77e5ffcc553d..fec6780c38cd 100644 --- a/games-board/cgoban/ChangeLog +++ b/games-board/cgoban/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/cgoban # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.5 2004/06/24 22:15:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.6 2004/07/01 11:10:24 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> cgoban-1.9.12.ebuild, + cgoban-1.9.14.ebuild: + virtual/glibc -> virtual/libc 21 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> cgoban-1.9.14.ebuild: keyword for amd64 (bug #48574) diff --git a/games-board/cgoban/cgoban-1.9.12.ebuild b/games-board/cgoban/cgoban-1.9.12.ebuild index ff4a8b6773a6..c56fe3e2e604 100644 --- a/games-board/cgoban/cgoban-1.9.12.ebuild +++ b/games-board/cgoban/cgoban-1.9.12.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-board/cgoban/cgoban-1.9.12.ebuild,v 1.3 2004/06/24 22:15:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.12.ebuild,v 1.4 2004/07/01 11:10:24 eradicator Exp $ inherit games @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11" src_compile() { diff --git a/games-board/cgoban/cgoban-1.9.14.ebuild b/games-board/cgoban/cgoban-1.9.14.ebuild index 4f47a0ec63be..3a115cfc03e4 100644 --- a/games-board/cgoban/cgoban-1.9.14.ebuild +++ b/games-board/cgoban/cgoban-1.9.14.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-board/cgoban/cgoban-1.9.14.ebuild,v 1.3 2004/06/24 22:15:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.4 2004/07/01 11:10:24 eradicator Exp $ inherit games @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11" src_install() { |