diff options
author | 2010-04-11 21:48:45 +0000 | |
---|---|---|
committer | 2010-04-11 21:48:45 +0000 | |
commit | ab4889294e6100fb3c98db98eb40809496a0d0f0 (patch) | |
tree | 7a5dbfdb69c40f6f1bb20ae66fe701fac796f432 /sys-auth | |
parent | x11-base/xorg-server: warn user about gcc-3 incompatibility, bug 314615 (diff) | |
download | gentoo-2-ab4889294e6100fb3c98db98eb40809496a0d0f0.tar.gz gentoo-2-ab4889294e6100fb3c98db98eb40809496a0d0f0.tar.bz2 gentoo-2-ab4889294e6100fb3c98db98eb40809496a0d0f0.zip |
PATCHES is an array.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-kde/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit-kde/ChangeLog b/sys-auth/polkit-kde/ChangeLog index b75579c8d6e1..6fab81b3741a 100644 --- a/sys-auth/polkit-kde/ChangeLog +++ b/sys-auth/polkit-kde/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit-kde # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.3 2010/04/11 21:09:12 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.4 2010/04/11 21:48:45 dirtyepic Exp $ + + 11 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> polkit-kde-0.95.1.ebuild: + PATCHES is an array. 11 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> polkit-kde-0.95.1.ebuild, +files/polkit-kde-0.95.1-gcc45.patch: diff --git a/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild b/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild index e483b17cdd0b..d59087d56b19 100644 --- a/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild +++ b/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild,v 1.3 2010/04/11 21:09:12 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild,v 1.4 2010/04/11 21:48:45 dirtyepic Exp $ EAPI="2" @@ -29,4 +29,4 @@ RDEPEND="${DEPEND}" [[ ${PV} = *9999* ]] || S="${WORKDIR}/${MY_P}" -PATCHES+="${FILESDIR}/${P}-gcc45.patch" # 314471 - fixed upstream for next version +PATCHES+=( "${FILESDIR}/${P}-gcc45.patch" ) # 314471 - fixed upstream for next version |