diff options
Diffstat (limited to 'x11-apps/xset/xset-1.2.2.ebuild')
-rw-r--r-- | x11-apps/xset/xset-1.2.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-apps/xset/xset-1.2.2.ebuild b/x11-apps/xset/xset-1.2.2.ebuild index 70fce989d951..305e05753f74 100644 --- a/x11-apps/xset/xset-1.2.2.ebuild +++ b/x11-apps/xset/xset-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.2.2.ebuild,v 1.1 2011/08/01 21:15:53 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.2.2.ebuild,v 1.2 2011/08/08 12:04:24 chithanh Exp $ EAPI=4 @@ -17,7 +17,7 @@ RDEPEND=" x11-libs/libXext" DEPEND="${RDEPEND}" -pkg_setup() { - CONFIGURE_OPTIONS="--without-xf86misc --without-fontcache" - xorg-2_pkg_setup -} +XORG_CONFIGURE_OPTIONS=( + --without-xf86misc + --without-fontcache +) |