diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:24:54 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:24:54 +0000 |
commit | 7ef8393465ac7a9532a443e79b39e652db10e760 (patch) | |
tree | 0af09b438f1ef3f5b8ccba6404a2815b1d7f2a8e /x11-apps/xinit/xinit-1.0.5-r2.ebuild | |
parent | Quoting (diff) | |
download | gentoo-2-7ef8393465ac7a9532a443e79b39e652db10e760.tar.gz gentoo-2-7ef8393465ac7a9532a443e79b39e652db10e760.tar.bz2 gentoo-2-7ef8393465ac7a9532a443e79b39e652db10e760.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xinit/xinit-1.0.5-r2.ebuild')
-rw-r--r-- | x11-apps/xinit/xinit-1.0.5-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-apps/xinit/xinit-1.0.5-r2.ebuild b/x11-apps/xinit/xinit-1.0.5-r2.ebuild index aedc11582b46..7a932af65c33 100644 --- a/x11-apps/xinit/xinit-1.0.5-r2.ebuild +++ b/x11-apps/xinit/xinit-1.0.5-r2.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-apps/xinit/xinit-1.0.5-r2.ebuild,v 1.2 2009/05/04 15:01:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r2.ebuild,v 1.3 2009/05/05 08:24:54 fauli Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches @@ -24,9 +24,9 @@ PDEPEND="!minimal? ( x11-wm/twm x11-apps/xsm x11-terms/xterm )" -PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch - ${FILESDIR}/gentoo-startx-customization-1.0.4.patch - ${FILESDIR}/xinit-1.0.4-console-kit.patch" +PATCHES=( "${FILESDIR}"/nolisten-tcp-and-black-background.patch + "${FILESDIR}"/gentoo-startx-customization-1.0.4.patch + "${FILESDIR}"/xinit-1.0.4-console-kit.patch ) pkg_setup() { CONFIGURE_OPTIONS="$(use_with hal consolekit)" |