summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-05-22 16:42:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-05-22 16:42:16 +0000
commit7e165bcf9641789dff0fc956a833827384a3963b (patch)
tree1189b93423f8d91a1a1d74a1f11ffc386b50080e /sys-freebsd/freebsd-share
parentAdd patch from Fedora to build with glibc-2.10. Closes bug #270645. (diff)
downloadgentoo-2-7e165bcf9641789dff0fc956a833827384a3963b.tar.gz
gentoo-2-7e165bcf9641789dff0fc956a833827384a3963b.tar.bz2
gentoo-2-7e165bcf9641789dff0fc956a833827384a3963b.zip
make PATCHES a bash array
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/freebsd-share')
-rw-r--r--sys-freebsd/freebsd-share/ChangeLog6
-rw-r--r--sys-freebsd/freebsd-share/freebsd-share-7.2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-freebsd/freebsd-share/ChangeLog b/sys-freebsd/freebsd-share/ChangeLog
index ee6e90e53381..1f030a1735a0 100644
--- a/sys-freebsd/freebsd-share/ChangeLog
+++ b/sys-freebsd/freebsd-share/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-freebsd/freebsd-share
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog,v 1.32 2009/05/22 13:49:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog,v 1.33 2009/05/22 16:42:16 aballier Exp $
+
+ 22 May 2009; Alexis Ballier <aballier@gentoo.org>
+ freebsd-share-7.2.ebuild:
+ make PATCHES a bash array
*freebsd-share-7.2 (22 May 2009)
diff --git a/sys-freebsd/freebsd-share/freebsd-share-7.2.ebuild b/sys-freebsd/freebsd-share/freebsd-share-7.2.ebuild
index 31c794fe11f2..520bf05b55f1 100644
--- a/sys-freebsd/freebsd-share/freebsd-share-7.2.ebuild
+++ b/sys-freebsd/freebsd-share/freebsd-share-7.2.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/sys-freebsd/freebsd-share/freebsd-share-7.2.ebuild,v 1.1 2009/05/22 13:49:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-share/freebsd-share-7.2.ebuild,v 1.2 2009/05/22 16:42:16 aballier Exp $
inherit bsdmk freebsd
@@ -36,8 +36,8 @@ pkg_setup() {
REMOVE_SUBDIRS="mk termcap zoneinfo tabset"
-PATCHES="${FILESDIR}/${PN}-5.3-doc-locations.patch
- ${FILESDIR}/${PN}-5.4-gentoo-skel.patch"
+PATCHES=( "${FILESDIR}/${PN}-5.3-doc-locations.patch"
+ "${FILESDIR}/${PN}-5.4-gentoo-skel.patch" )
src_unpack() {
freebsd_src_unpack