diff options
author | Michael Weber <xmw@gentoo.org> | 2011-05-11 08:41:41 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-05-11 08:41:41 +0000 |
commit | aeb1f574b9274eb93c6a0b30bb9ca5931d9868c6 (patch) | |
tree | 358917763ef345dd3f7f82b44df76c4ed4d9579b /dev-perl/gtk2-perl | |
parent | added ~arm keyword (bug 264983) (diff) | |
download | gentoo-2-aeb1f574b9274eb93c6a0b30bb9ca5931d9868c6.tar.gz gentoo-2-aeb1f574b9274eb93c6a0b30bb9ca5931d9868c6.tar.bz2 gentoo-2-aeb1f574b9274eb93c6a0b30bb9ca5931d9868c6.zip |
added ~arm keyword (bug 264983)
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/gtk2-perl')
-rw-r--r-- | dev-perl/gtk2-perl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/gtk2-perl/gtk2-perl-1.223.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/gtk2-perl/ChangeLog b/dev-perl/gtk2-perl/ChangeLog index 8ddf4e3c9317..541f99a61afe 100644 --- a/dev-perl/gtk2-perl/ChangeLog +++ b/dev-perl/gtk2-perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-perl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.123 2011/03/04 17:20:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.124 2011/05/11 08:41:41 xmw Exp $ + + 11 May 2011; Michael Weber <xmw@gentoo.org> gtk2-perl-1.223.0.ebuild: + added ~arm keyword (bug 264983) 04 Mar 2011; Torsten Veller <tove@gentoo.org> gtk2-perl-1.222.ebuild: Maintenance. Depend on x11-libs/gtk+:2 diff --git a/dev-perl/gtk2-perl/gtk2-perl-1.223.0.ebuild b/dev-perl/gtk2-perl/gtk2-perl-1.223.0.ebuild index 7cd381edc022..8596b4f63735 100644 --- a/dev-perl/gtk2-perl/gtk2-perl-1.223.0.ebuild +++ b/dev-perl/gtk2-perl/gtk2-perl-1.223.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-perl/gtk2-perl-1.223.0.ebuild,v 1.1 2011/03/04 08:38:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/gtk2-perl-1.223.0.ebuild,v 1.2 2011/05/11 08:41:41 xmw Exp $ EAPI=3 @@ -14,7 +14,7 @@ DESCRIPTION="Perl bindings for GTK2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND="x11-libs/gtk+:2 |