diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-10 15:38:41 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-10 15:38:41 +0000 |
commit | a580f571089883f2ee1ea8968076f8963669f7e3 (patch) | |
tree | 65443eae8ed59a2343a10c1330e90b14a76946eb /perl-core/MIME-Base64 | |
parent | Marked ~x64-freebsd (diff) | |
download | gentoo-2-a580f571089883f2ee1ea8968076f8963669f7e3.tar.gz gentoo-2-a580f571089883f2ee1ea8968076f8963669f7e3.tar.bz2 gentoo-2-a580f571089883f2ee1ea8968076f8963669f7e3.zip |
Marked ~x64-freebsd
(Portage version: 2.2.01.19893-prefix/cvs/Darwin i386)
Diffstat (limited to 'perl-core/MIME-Base64')
-rw-r--r-- | perl-core/MIME-Base64/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/MIME-Base64/MIME-Base64-3.130.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/MIME-Base64/ChangeLog b/perl-core/MIME-Base64/ChangeLog index 37173709301c..eacc7ac19e52 100644 --- a/perl-core/MIME-Base64/ChangeLog +++ b/perl-core/MIME-Base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/MIME-Base64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/ChangeLog,v 1.33 2011/07/30 12:19:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/ChangeLog,v 1.34 2011/12/10 15:38:41 grobian Exp $ + + 10 Dec 2011; Fabian Groffen <grobian@gentoo.org> MIME-Base64-3.130.0.ebuild: + Marked ~x64-freebsd 30 Jul 2011; Torsten Veller <tove@gentoo.org> MIME-Base64-3.130.0.ebuild: Drop ~sparc-fbsd KEYWORD diff --git a/perl-core/MIME-Base64/MIME-Base64-3.130.0.ebuild b/perl-core/MIME-Base64/MIME-Base64-3.130.0.ebuild index 6ee439683f5e..b9887ba14857 100644 --- a/perl-core/MIME-Base64/MIME-Base64-3.130.0.ebuild +++ b/perl-core/MIME-Base64/MIME-Base64-3.130.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/perl-core/MIME-Base64/MIME-Base64-3.130.0.ebuild,v 1.2 2011/07/30 12:19:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/MIME-Base64-3.130.0.ebuild,v 1.3 2011/12/10 15:38:41 grobian Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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" IUSE="" SRC_TEST="do" |