summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-10-14 10:33:07 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-10-14 10:33:07 +0000
commite95d3d9d236be776a71f0a5a793f2f0d69549b79 (patch)
tree7aa25de1581110e8171bac60120243c9949cc8d1 /x11-libs
parentinitial import (diff)
downloadgentoo-2-e95d3d9d236be776a71f0a5a793f2f0d69549b79.tar.gz
gentoo-2-e95d3d9d236be776a71f0a5a793f2f0d69549b79.tar.bz2
gentoo-2-e95d3d9d236be776a71f0a5a793f2f0d69549b79.zip
inherit eutils, bug 195732
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/guile-gtk/ChangeLog5
-rw-r--r--x11-libs/guile-gtk/guile-gtk-2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog
index 450285a0e7a2..be54988dff6a 100644
--- a/x11-libs/guile-gtk/ChangeLog
+++ b/x11-libs/guile-gtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/guile-gtk
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.30 2007/10/11 13:20:56 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.31 2007/10/14 10:33:07 hkbst Exp $
+
+ 14 Oct 2007; Marijn Schouten <hkBst@gentoo.org> guile-gtk-2.0.ebuild:
+ inherit eutils, bug 195732
11 Oct 2007; Marijn Schouten <hkBst@gentoo.org> guile-gtk-2.0.ebuild:
add check for guile deprecated use flag, bug 194311
diff --git a/x11-libs/guile-gtk/guile-gtk-2.0.ebuild b/x11-libs/guile-gtk/guile-gtk-2.0.ebuild
index 46c06148c0c7..2f250a0a643e 100644
--- a/x11-libs/guile-gtk/guile-gtk-2.0.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-2.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.0.ebuild,v 1.4 2007/10/11 13:20:56 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.0.ebuild,v 1.5 2007/10/14 10:33:07 hkbst Exp $
-inherit virtualx
+inherit virtualx eutils
DESCRIPTION="GTK+ bindings for guile"
HOMEPAGE="http://www.gnu.org/software/guile-gtk/"