diff options
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/ChangeLog b/dev-perl/Gtk2-Ex-Simple-List/ChangeLog index 1fc5ef58f211..b71d93aa3319 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.13 2011/08/30 14:57:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/ChangeLog,v 1.14 2011/09/03 21:04:43 tove Exp $ + + 03 Sep 2011; Torsten Veller <tove@gentoo.org> + Gtk2-Ex-Simple-List-0.500.0.ebuild: + Merge stable keywords from former version scheme ebuild *Gtk2-Ex-Simple-List-0.500.0 (30 Aug 2011) diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild index 6be9e060465e..fe696e292290 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild @@ -1,6 +1,6 @@ # 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.500.0.ebuild,v 1.1 2011/08/30 14:57:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0.ebuild,v 1.2 2011/09/03 21:04:43 tove Exp $ EAPI=4 MODULE_AUTHOR=RMCFARLA @@ -12,7 +12,7 @@ DESCRIPTION="A simple interface to Gtk2's complex MVC list widget " LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ia64 sparc x86" IUSE="" DEPEND="x11-libs/gtk+:2" |