diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-22 12:44:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-22 12:44:54 +0000 |
commit | 545a5a1886199762a7263856b33ed9c62a8cd855 (patch) | |
tree | da2b205c223a12a1b9ef5efa92532e99e72d51b2 /dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild | |
parent | Deprecated FreeBSD 6.2 profiles. (diff) | |
download | gentoo-2-545a5a1886199762a7263856b33ed9c62a8cd855.tar.gz gentoo-2-545a5a1886199762a7263856b33ed9c62a8cd855.tar.bz2 gentoo-2-545a5a1886199762a7263856b33ed9c62a8cd855.zip |
PATCHES is now an array
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild')
-rw-r--r-- | dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild b/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild index 34aca2f9bb68..f414fa190171 100644 --- a/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild +++ b/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild,v 1.15 2008/08/26 13:48:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-ShowTable/Data-ShowTable-3.3-r2.ebuild,v 1.16 2009/10/22 12:44:54 tove Exp $ MODULE_AUTHOR=AKSTE inherit perl-module @@ -13,7 +13,7 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" DEPEND="dev-lang/perl" -PATCHES="${FILESDIR}/${PV}.patch" +PATCHES=( "${FILESDIR}"/${PV}.patch ) SRC_TEST=do src_install () { |