diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-01-06 15:11:57 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-01-06 15:11:57 +0000 |
commit | a995bcece87cc5d2b0d35993571d733fde796ba4 (patch) | |
tree | f8a7e5194fad9d75119947c65908194d1a3fe267 /dev-perl | |
parent | sci-chemistry/ccp4i: Punt base.eclass (diff) | |
download | gentoo-2-a995bcece87cc5d2b0d35993571d733fde796ba4.tar.gz gentoo-2-a995bcece87cc5d2b0d35993571d733fde796ba4.tar.bz2 gentoo-2-a995bcece87cc5d2b0d35993571d733fde796ba4.zip |
Add ~x86-fbsd wrt bug #497068
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-Glob/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.90.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog index 35f67c387779..594c9e62beb8 100644 --- a/dev-perl/Text-Glob/ChangeLog +++ b/dev-perl/Text-Glob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Glob -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.49 2012/09/01 11:59:00 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.50 2014/01/06 15:11:57 naota Exp $ + + 06 Jan 2014; Naohiro Aota <naota@gentoo.org> Text-Glob-0.90.0.ebuild: + Add ~x86-fbsd wrt bug #497068 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Text-Glob-0.90.0.ebuild: Marked ~ppc-aix, bug #432288 diff --git a/dev-perl/Text-Glob/Text-Glob-0.90.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.90.0.ebuild index f050df4e0146..715c9d00c9f7 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.90.0.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.90.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.90.0.ebuild,v 1.9 2012/09/01 11:59:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.90.0.ebuild,v 1.10 2014/01/06 15:11:57 naota Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Match globbing patterns against text" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="" |