diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-19 02:36:52 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-19 02:36:52 +0000 |
commit | 59fd7f550f1eed1fe342d84f1130a9749c15796e (patch) | |
tree | 356ddf9e3cfd99b64d6a88bd332f3aaef796a465 /dev-perl | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-59fd7f550f1eed1fe342d84f1130a9749c15796e.tar.gz gentoo-2-59fd7f550f1eed1fe342d84f1130a9749c15796e.tar.bz2 gentoo-2-59fd7f550f1eed1fe342d84f1130a9749c15796e.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Error/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Error/Error-0.170.190.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Error/ChangeLog b/dev-perl/Error/ChangeLog index 37bd80b35d86..f8c695db0caf 100644 --- a/dev-perl/Error/ChangeLog +++ b/dev-perl/Error/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Error # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.76 2013/01/06 20:40:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.77 2013/02/19 02:36:52 zmedico Exp $ + + 19 Feb 2013; Zac Medico <zmedico@gentoo.org> Error-0.170.190.ebuild: + Add ~arm-linux keyword. 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Error-0.170.170.ebuild, -Error-0.170.180.ebuild: diff --git a/dev-perl/Error/Error-0.170.190.ebuild b/dev-perl/Error/Error-0.170.190.ebuild index 35aa4d59a572..bd14ff3984cd 100644 --- a/dev-perl/Error/Error-0.170.190.ebuild +++ b/dev-perl/Error/Error-0.170.190.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.190.ebuild,v 1.1 2012/11/24 07:53:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.190.ebuild,v 1.2 2013/02/19 02:36:52 zmedico Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Error/exception handling in an OO-ish way" LICENSE+=" MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" |