diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-15 23:03:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-15 23:03:49 +0000 |
commit | d0e8e591f25c49616ab34deeee875b7e38dbc948 (patch) | |
tree | 363bb531f3f8cef14ead81b0286564444b33b741 /dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild | |
parent | Fixing crash after gcc-4 update. Bug #149004 (diff) | |
download | historical-d0e8e591f25c49616ab34deeee875b7e38dbc948.tar.gz historical-d0e8e591f25c49616ab34deeee875b7e38dbc948.tar.bz2 historical-d0e8e591f25c49616ab34deeee875b7e38dbc948.zip |
Marking amd64, sparc stable; cleaning up stale ebuilds
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild')
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild index b779dd687624..3aae96aebb69 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild,v 1.4 2006/08/06 00:32:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild,v 1.5 2006/10/15 23:01:43 mcummings Exp $ inherit perl-module @@ -10,13 +10,12 @@ HOMEPAGE="http://search.cpan.org/~chromatic/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc sparc ~x86" DEPEND="dev-perl/URI virtual/perl-Scalar-List-Utils >=dev-perl/module-build-0.28 dev-lang/perl" -RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" |