diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-04-21 07:39:46 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-04-21 07:39:46 +0000 |
commit | 4df00bafeba189ae82b8255848df2e3ce1364e36 (patch) | |
tree | ce745d4717d2f6d3e5b739f6dfdef3150aada5f0 /app-misc/lirc/lirc-0.8.1.ebuild | |
parent | shouldn't have stable keywords on first commit... (diff) | |
download | historical-4df00bafeba189ae82b8255848df2e3ce1364e36.tar.gz historical-4df00bafeba189ae82b8255848df2e3ce1364e36.tar.bz2 historical-4df00bafeba189ae82b8255848df2e3ce1364e36.zip |
Corrected --without-X to the correct lower case version --without-x, now it has an effect, solving Bug #173174.
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'app-misc/lirc/lirc-0.8.1.ebuild')
-rw-r--r-- | app-misc/lirc/lirc-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/lirc/lirc-0.8.1.ebuild b/app-misc/lirc/lirc-0.8.1.ebuild index 78d5b7472a38..3337618a21b9 100644 --- a/app-misc/lirc/lirc-0.8.1.ebuild +++ b/app-misc/lirc/lirc-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.1.ebuild,v 1.9 2007/04/08 08:34:00 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.1.ebuild,v 1.10 2007/04/21 07:39:46 zzam Exp $ inherit eutils linux-mod flag-o-matic autotools @@ -208,7 +208,7 @@ pkg_setup() { --with-kerneldir=${KV_DIR} --with-moduledir=/lib/modules/${KV_FULL}/misc $(use_enable debug) - $(use_with X) + $(use_with X x) ${MY_OPTS}" einfo |