diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 16:01:30 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 16:01:30 +0000 |
commit | 586642f76315643f4503296481e38e2e3a134091 (patch) | |
tree | 76881fdfe6e1ad7822a24cb82fd666f0c27dc348 /dev-perl | |
parent | Properly address the libtool / eautoreconf problem (diff) | |
download | gentoo-2-586642f76315643f4503296481e38e2e3a134091.tar.gz gentoo-2-586642f76315643f4503296481e38e2e3a134091.tar.bz2 gentoo-2-586642f76315643f4503296481e38e2e3a134091.zip |
Marked ~x86-solaris, bug #296509
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/URI-Find/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/URI-Find/URI-Find-20100505.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/URI-Find/ChangeLog b/dev-perl/URI-Find/ChangeLog index 194162038203..d7f676ce7346 100644 --- a/dev-perl/URI-Find/ChangeLog +++ b/dev-perl/URI-Find/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/URI-Find -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.5 2010/10/20 07:13:38 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.6 2011/04/24 16:01:30 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> URI-Find-20100505.ebuild: + Marked ~x86-solaris, bug #296509 20 Oct 2010; Torsten Veller <tove@gentoo.org> -URI-Find-20100211.ebuild: Cleanup diff --git a/dev-perl/URI-Find/URI-Find-20100505.ebuild b/dev-perl/URI-Find/URI-Find-20100505.ebuild index ae12c5935033..c23f5a87221e 100644 --- a/dev-perl/URI-Find/URI-Find-20100505.ebuild +++ b/dev-perl/URI-Find/URI-Find-20100505.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/URI-Find/URI-Find-20100505.ebuild,v 1.1 2010/05/06 06:19:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/URI-Find-20100505.ebuild,v 1.2 2011/04/24 16:01:30 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Find URIs in plain text" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-solaris" IUSE="test" RDEPEND="dev-perl/URI" |