diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-03-18 19:05:28 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-03-18 19:05:28 +0000 |
commit | a7157aa5aa77ccd7a7457995eaf20ec9c4cd1b8f (patch) | |
tree | 9786d78833c20eae8dc90550eb445d73e8cbdee0 | |
parent | add ~x86-solaris ~sparc-solaris kw to dev-perl/Parallel-ForkManager-0.7.5, as... (diff) | |
download | gentoo-2-a7157aa5aa77ccd7a7457995eaf20ec9c4cd1b8f.tar.gz gentoo-2-a7157aa5aa77ccd7a7457995eaf20ec9c4cd1b8f.tar.bz2 gentoo-2-a7157aa5aa77ccd7a7457995eaf20ec9c4cd1b8f.zip |
add ~x86-solaris ~sparc-solaris kw to dev-perl/Email-MIME-ContentType-1.015, as tested on bug 308683
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild index b2ec6e013b94..6a2eb730143d 100644 --- a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild +++ b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild,v 1.1 2009/01/26 11:43:08 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild,v 1.2 2010/03/18 19:05:28 darkside Exp $ MODULE_AUTHOR=RJBS inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Parse a MIME Content-Type Header" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="dev-lang/perl" |