diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:32:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:32:46 +0000 |
commit | 42f98e91eb583a2c1b16da345356120a9a11ac82 (patch) | |
tree | 30153a2349e0567777a854be387135ed886e0e38 /x11-libs/libX11 | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-42f98e91eb583a2c1b16da345356120a9a11ac82.tar.gz gentoo-2-42f98e91eb583a2c1b16da345356120a9a11ac82.tar.bz2 gentoo-2-42f98e91eb583a2c1b16da345356120a9a11ac82.zip |
Convert PATCHES to array
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libX11')
-rw-r--r-- | x11-libs/libX11/libX11-1.1.2-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-1.1.3-r1.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/libX11/libX11-1.1.2-r1.ebuild b/x11-libs/libX11/libX11-1.1.2-r1.ebuild index 85ec43a2e0a9..d5559f1a9f93 100644 --- a/x11-libs/libX11/libX11-1.1.2-r1.ebuild +++ b/x11-libs/libX11/libX11-1.1.2-r1.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/x11-libs/libX11/libX11-1.1.2-r1.ebuild,v 1.11 2009/05/04 15:09:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.1.2-r1.ebuild,v 1.12 2009/05/05 07:32:46 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -32,5 +32,5 @@ pkg_setup() { # $(use_enable nls xlocale) } -PATCHES="${FILESDIR}/libX11-1.1.2-XGetMotionEvents-order-fix.patch - ${FILESDIR}/libX11-1.1.2-XimGetWindowEventmask-fix.patch" +PATCHES=("${FILESDIR}/libX11-1.1.2-XGetMotionEvents-order-fix.patch + ${FILESDIR}/libX11-1.1.2-XimGetWindowEventmask-fix.patch") diff --git a/x11-libs/libX11/libX11-1.1.3-r1.ebuild b/x11-libs/libX11/libX11-1.1.3-r1.ebuild index 49970bcc7776..d4c265c9eee9 100644 --- a/x11-libs/libX11/libX11-1.1.3-r1.ebuild +++ b/x11-libs/libX11/libX11-1.1.3-r1.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/x11-libs/libX11/libX11-1.1.3-r1.ebuild,v 1.2 2009/05/04 15:09:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.1.3-r1.ebuild,v 1.3 2009/05/05 07:32:46 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -32,4 +32,4 @@ pkg_setup() { # $(use_enable nls xlocale) } -PATCHES="${FILESDIR}/libX11-1.1.3-xcb-locking.patch" +PATCHES=("${FILESDIR}/libX11-1.1.3-xcb-locking.patch") |