summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/xinit/xinit-9999.ebuild')
-rw-r--r--x11-apps/xinit/xinit-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-apps/xinit/xinit-9999.ebuild b/x11-apps/xinit/xinit-9999.ebuild
index d07fcf5c..b1264d47 100644
--- a/x11-apps/xinit/xinit-9999.ebuild
+++ b/x11-apps/xinit/xinit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -34,7 +34,9 @@ PATCHES=(
pkg_setup() {
xorg-2_pkg_setup
- CONFIGURE_OPTIONS="--with-xinitdir=/etc/X11/xinit"
+ XORG_CONFIGURE_OPTIONS=(
+ --with-xinitdir=/etc/X11/xinit
+ )
}
src_install() {