diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-18 07:36:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-18 07:36:07 +0000 |
commit | 7a4c25c79d2287331f86c794e52838f3daabe029 (patch) | |
tree | de99681b94c98031252f4a49bcf262b1c5f07035 /games-board | |
parent | more error checking and mark ~sparc (diff) | |
download | gentoo-2-7a4c25c79d2287331f86c794e52838f3daabe029.tar.gz gentoo-2-7a4c25c79d2287331f86c794e52838f3daabe029.tar.bz2 gentoo-2-7a4c25c79d2287331f86c794e52838f3daabe029.zip |
fix bug 31370
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnocatan/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/gnocatan/Manifest | 4 | ||||
-rw-r--r-- | games-board/gnocatan/gnocatan-0.8.0.0.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games-board/gnocatan/ChangeLog b/games-board/gnocatan/ChangeLog index f6346137248e..d1054396f769 100644 --- a/games-board/gnocatan/ChangeLog +++ b/games-board/gnocatan/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/gnocatan # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.3 2003/10/17 08:39:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.4 2003/10/18 07:36:04 mr_bones_ Exp $ + + 18 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> + gnocatan-0.8.0.0.ebuild: + rizzo says we only need gnome-base/libgnomeui, not the whole gnome thing. (bug + 31370) *gnocatan-0.8.0.0 (17 Oct 2003) diff --git a/games-board/gnocatan/Manifest b/games-board/gnocatan/Manifest index 9173b4b26637..fde2ede084a3 100644 --- a/games-board/gnocatan/Manifest +++ b/games-board/gnocatan/Manifest @@ -1,9 +1,9 @@ -MD5 5f0cf5d4651e1866c27d0a805ab71215 ChangeLog 1304 +MD5 0d2d25a02c74c526678b52f4815d3abb ChangeLog 1477 MD5 b677a7a5335fa8139624d6d831fb488d gnocatan-0.7.1-r1.ebuild 707 MD5 777cddc264ca9e8b38b17d1d49027410 gnocatan-0.7.1-r2.ebuild 875 MD5 8062784692f51ec63b8eb0042bdb9931 gnocatan-0.7.1-r3.ebuild 1107 MD5 aa123d492f00b9e0e06c731c0e0de5bc gnocatan-0.7.1.ebuild 704 -MD5 291c2f765de4fdc6528a835d160e69dc gnocatan-0.8.0.0.ebuild 763 +MD5 125dc455016cc8dfbcadf3487499ada6 gnocatan-0.8.0.0.ebuild 768 MD5 9c5bb345c2053b5e8d4967a1114e7331 files/digest-gnocatan-0.7.1 67 MD5 9c5bb345c2053b5e8d4967a1114e7331 files/digest-gnocatan-0.7.1-r1 67 MD5 9c5bb345c2053b5e8d4967a1114e7331 files/digest-gnocatan-0.7.1-r2 67 diff --git a/games-board/gnocatan/gnocatan-0.8.0.0.ebuild b/games-board/gnocatan/gnocatan-0.8.0.0.ebuild index 3dffcb131500..0cc6a59d77fb 100644 --- a/games-board/gnocatan/gnocatan-0.8.0.0.ebuild +++ b/games-board/gnocatan/gnocatan-0.8.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.0.0.ebuild,v 1.2 2003/10/17 12:12:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.0.0.ebuild,v 1.3 2003/10/18 07:36:04 mr_bones_ Exp $ inherit games gnome2 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="nls" -DEPEND=">=gnome-base/gnome-2.2* +DEPEND=">=gnome-base/libgnomeui-2.2* =dev-libs/glib-1.2* >=app-text/scrollkeeper-0.3*" |