diff options
author | Michael Weber <xmw@gentoo.org> | 2011-03-30 08:35:27 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-03-30 08:35:27 +0000 |
commit | 15ee220b47f3c0c69f1650daf212237a83266bfb (patch) | |
tree | 7ec1a00b3dd1019812d3cb8f3be95c0993a316d3 /dev-perl/SNMP_Session | |
parent | Mask USE=git for gettext, due to some weird git brokeness (diff) | |
download | gentoo-2-15ee220b47f3c0c69f1650daf212237a83266bfb.tar.gz gentoo-2-15ee220b47f3c0c69f1650daf212237a83266bfb.tar.bz2 gentoo-2-15ee220b47f3c0c69f1650daf212237a83266bfb.zip |
added ~arm (bug 302981)
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index de5292ca15b7..43bf61e5ae77 100644 --- a/dev-perl/SNMP_Session/ChangeLog +++ b/dev-perl/SNMP_Session/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SNMP_Session -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.26 2010/12/28 01:34:03 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.27 2011/03/30 08:35:27 xmw Exp $ + + 30 Mar 2011; Michael Weber <xmw@gentoo.org> SNMP_Session-1.13.ebuild: + added ~arm (bug 302981) 28 Dec 2010; Brent Baude <ranger@gentoo.org> SNMP_Session-1.13.ebuild: Marking SNMP_Session-1.13 ppc64 for bug 342475 diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild index 09fe312d1f13..5c09f7a90898 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild @@ -1,6 +1,6 @@ -# 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/SNMP_Session/SNMP_Session-1.13.ebuild,v 1.9 2010/12/28 01:34:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild,v 1.10 2011/03/30 08:35:27 xmw Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://code.google.com/p/snmp-session/" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris" IUSE="" DEPEND="dev-lang/perl" |