diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-03-09 15:11:08 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-03-09 15:11:08 +0000 |
commit | 538538486eda2dcd761fdf81d63b3b9c95b419bb (patch) | |
tree | 5623fc6d1897edc319737d5d4be1e2a782991d92 /games-board | |
parent | patch for 2.6.11+ compatibility (#83299) migrated to use linux-mod. (diff) | |
download | historical-538538486eda2dcd761fdf81d63b3b9c95b419bb.tar.gz historical-538538486eda2dcd761fdf81d63b3b9c95b419bb.tar.bz2 historical-538538486eda2dcd761fdf81d63b3b9c95b419bb.zip |
Depends on glib >= 2.0, fixes bug #84483. Thanks to Thomas Schürger.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnocatan/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/gnocatan/Manifest | 4 | ||||
-rw-r--r-- | games-board/gnocatan/gnocatan-0.8.1.54.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-board/gnocatan/ChangeLog b/games-board/gnocatan/ChangeLog index 14e047eeaadb..574764e0d146 100644 --- a/games-board/gnocatan/ChangeLog +++ b/games-board/gnocatan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gnocatan # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.32 2005/03/08 04:56:40 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/ChangeLog,v 1.33 2005/03/09 15:11:08 rizzo Exp $ + + 09 Mar 2005; Don Seiler <rizzo@gentoo.org> gnocatan-0.8.1.54.ebuild: + Depends on glib >= 2.0, fixes bug #84483. Thanks to Thomas Schürger. 07 Mar 2005; Don Seiler <rizzo@gentoo.org> -gnocatan-0.8.1.45.ebuild, -gnocatan-0.8.1.53.ebuild, gnocatan-0.8.1.54.ebuild: diff --git a/games-board/gnocatan/Manifest b/games-board/gnocatan/Manifest index 48add8a0a11d..b6ea79832eba 100644 --- a/games-board/gnocatan/Manifest +++ b/games-board/gnocatan/Manifest @@ -1,4 +1,4 @@ -MD5 906de78268b3398a34d8a90c248f3ad3 ChangeLog 5681 -MD5 fb9a690c2a2debbebf5ea222bc2fa1ff gnocatan-0.8.1.54.ebuild 1092 +MD5 7335b68449fa474c86ce1c132837b7f9 ChangeLog 5826 MD5 cfd29f58e6f9fb057c83c8eb26c1a101 metadata.xml 315 +MD5 54304709b0efe9a98bf6a8bb6ea929e3 gnocatan-0.8.1.54.ebuild 1098 MD5 f5cbb9df7d1f26c804a8e8886dc901de files/digest-gnocatan-0.8.1.54 70 diff --git a/games-board/gnocatan/gnocatan-0.8.1.54.ebuild b/games-board/gnocatan/gnocatan-0.8.1.54.ebuild index b3d32dcab402..bf8e49312bc3 100644 --- a/games-board/gnocatan/gnocatan-0.8.1.54.ebuild +++ b/games-board/gnocatan/gnocatan-0.8.1.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.54.ebuild,v 1.2 2005/03/08 04:56:40 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnocatan/gnocatan-0.8.1.54.ebuild,v 1.3 2005/03/09 15:11:08 rizzo Exp $ inherit eutils gnome2 debug @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~amd64" IUSE="nls debug X" -RDEPEND="dev-libs/glib +RDEPEND=">=dev-libs/glib-2.0 X? ( >=gnome-base/libgnomeui-2.6.1.1 >=app-text/scrollkeeper-0.3* )" |