summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List')
-rw-r--r--dev-perl/Gtk2-Ex-Simple-List/ChangeLog8
-rw-r--r--dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog
index 705e99e04778..922bebe060e3 100644
--- a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog
+++ b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Gtk2-Ex-Simple-List
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.11 2010/01/12 07:26:42 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.12 2011/03/29 10:18:12 angelos Exp $
+
+ 29 Mar 2011; Christoph Mende <angelos@gentoo.org>
+ Gtk2-Ex-Simple-List-0.50.ebuild:
+ Fixed slot deps
12 Jan 2010; Torsten Veller <tove@gentoo.org>
Gtk2-Ex-Simple-List-0.50.ebuild:
diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild
index 5326f45d496c..fd9c61dd6300 100644
--- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild
+++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.13 2010/01/12 07:26:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.14 2011/03/29 10:18:12 angelos Exp $
MODULE_AUTHOR=RMCFARLA
MODULE_SECTION=Gtk2-Perl-Ex
+EAPI=1
inherit perl-module
DESCRIPTION="A simple interface to Gtk2's complex MVC list widget "
@@ -13,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ia64 sparc x86"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2
+DEPEND="x11-libs/gtk+:2
dev-lang/perl"
RDEPEND="${DEPEND}
>=dev-perl/gtk2-perl-1.060