summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-03-09 15:11:08 +0000
committerDon Seiler <rizzo@gentoo.org>2005-03-09 15:11:08 +0000
commit7f87ac08c2a4b90ef47c8d386ed3f9a53fb9da4f (patch)
tree467c1821954a2d9f527aa3a9cb463e39e2ccd9e4 /games-board
parentpatch for 2.6.11+ compatibility (#83299) migrated to use linux-mod. (diff)
downloadgentoo-2-7f87ac08c2a4b90ef47c8d386ed3f9a53fb9da4f.tar.gz
gentoo-2-7f87ac08c2a4b90ef47c8d386ed3f9a53fb9da4f.tar.bz2
gentoo-2-7f87ac08c2a4b90ef47c8d386ed3f9a53fb9da4f.zip
Depends on glib >= 2.0, fixes bug #84483. Thanks to Thomas Schürger.
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnocatan/ChangeLog5
-rw-r--r--games-board/gnocatan/gnocatan-0.8.1.54.ebuild4
2 files changed, 6 insertions, 3 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/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* )"