diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-05-23 00:02:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-05-23 00:02:11 +0000 |
commit | 7fe420e270f1f1d864221806b6fc2c9a992576f5 (patch) | |
tree | fc3a7d4465797fab2eb7a1b7296290c5e23c3776 /sys-freebsd | |
parent | Update to use commons-lang:2.1 slot (diff) | |
download | gentoo-2-7fe420e270f1f1d864221806b6fc2c9a992576f5.tar.gz gentoo-2-7fe420e270f1f1d864221806b6fc2c9a992576f5.tar.bz2 gentoo-2-7fe420e270f1f1d864221806b6fc2c9a992576f5.zip |
make PATCHES a bash array
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/freebsd-ubin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-freebsd/freebsd-ubin/freebsd-ubin-7.2.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-freebsd/freebsd-ubin/ChangeLog b/sys-freebsd/freebsd-ubin/ChangeLog index abc5c29dcd57..028e811e8bb3 100644 --- a/sys-freebsd/freebsd-ubin/ChangeLog +++ b/sys-freebsd/freebsd-ubin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-freebsd/freebsd-ubin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.60 2009/05/22 13:59:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.61 2009/05/23 00:02:11 aballier Exp $ + + 23 May 2009; Alexis Ballier <aballier@gentoo.org> freebsd-ubin-7.2.ebuild: + make PATCHES a bash array *freebsd-ubin-7.2 (22 May 2009) diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-7.2.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-7.2.ebuild index f87d292672fc..27d8a0055e06 100644 --- a/sys-freebsd/freebsd-ubin/freebsd-ubin-7.2.ebuild +++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-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-ubin/freebsd-ubin-7.2.ebuild,v 1.1 2009/05/22 13:59:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-7.2.ebuild,v 1.2 2009/05/23 00:02:11 aballier Exp $ EAPI=2 @@ -51,11 +51,11 @@ pkg_setup() { } # List of patches to apply -PATCHES="${FILESDIR}/${PN}-6.0-bsdcmp.patch - ${FILESDIR}/${PN}-6.0-fixmakefiles.patch - ${FILESDIR}/${PN}-setXid.patch - ${FILESDIR}/${PN}-lint-stdarg.patch - ${FILESDIR}/${PN}-6.0-kdump-ioctl.patch" +PATCHES=( "${FILESDIR}/${PN}-6.0-bsdcmp.patch" + "${FILESDIR}/${PN}-6.0-fixmakefiles.patch" + "${FILESDIR}/${PN}-setXid.patch" + "${FILESDIR}/${PN}-lint-stdarg.patch" + "${FILESDIR}/${PN}-6.0-kdump-ioctl.patch" ) # Here we remove some sources we don't need because they are already # provided by portage's packages or similar. In order: |