diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-18 08:22:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-18 08:22:19 +0000 |
commit | 2d695836f0e53da64c4e43cde316059603eb9832 (patch) | |
tree | 4d8cace4862dbdf2884981c4ef5b915d10376b5c /dev-perl/SNMP_Session | |
parent | version bump for bug 327185 by LiuCougar <liucougar AT gmail DOT com> (diff) | |
download | gentoo-2-2d695836f0e53da64c4e43cde316059603eb9832.tar.gz gentoo-2-2d695836f0e53da64c4e43cde316059603eb9832.tar.bz2 gentoo-2-2d695836f0e53da64c4e43cde316059603eb9832.zip |
Keyword ~ppc64 wrt #321937.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index 8ed1c724e1d9..f379f73ee293 100644 --- a/dev-perl/SNMP_Session/ChangeLog +++ b/dev-perl/SNMP_Session/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2010/06/27 19:18:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.23 2010/07/18 08:22:19 ssuominen Exp $ + + 18 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> + SNMP_Session-1.13.ebuild: + Keyword ~ppc64 wrt #321937. 27 Jun 2010; <nixnut@gentoo.org> SNMP_Session-1.13.ebuild: ppc stable #323529 diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild index 3743fb7a932b..382e26c608e1 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 # 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.6 2010/06/27 19:18:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild,v 1.7 2010/07/18 08:22:19 ssuominen 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 sparc x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~sparc-solaris ~x86-solaris" IUSE="" DEPEND="dev-lang/perl" |