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 | 3ebb890ae2b42ee64df918bb8826d22fd111f399 (patch) | |
tree | 3c4a8a0bce04a44c90d88da7906629e5bb134bd2 /app-misc | |
parent | shouldn't have stable keywords on first commit... (diff) | |
download | gentoo-2-3ebb890ae2b42ee64df918bb8826d22fd111f399.tar.gz gentoo-2-3ebb890ae2b42ee64df918bb8826d22fd111f399.tar.bz2 gentoo-2-3ebb890ae2b42ee64df918bb8826d22fd111f399.zip |
Corrected --without-X to the correct lower case version --without-x, now it has an effect, solving Bug #173174.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/lirc/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/lirc/lirc-0.8.0-r5.ebuild | 4 | ||||
-rw-r--r-- | app-misc/lirc/lirc-0.8.0-r8.ebuild | 4 | ||||
-rw-r--r-- | app-misc/lirc/lirc-0.8.1.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/app-misc/lirc/ChangeLog b/app-misc/lirc/ChangeLog index 6d9f96e72fad..92a76f4eb310 100644 --- a/app-misc/lirc/ChangeLog +++ b/app-misc/lirc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/lirc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.138 2007/04/08 08:34:00 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.139 2007/04/21 07:39:46 zzam Exp $ + + 21 Apr 2007; Matthias Schwarzott <zzam@gentoo.org> lirc-0.8.0-r5.ebuild, + lirc-0.8.0-r8.ebuild, lirc-0.8.1.ebuild: + Corrected --without-X to the correct lower case version --without-x, now it + has an effect, solving Bug #173174. 08 Apr 2007; Christian Faulhammer <opfer@gentoo.org> lirc-0.8.1.ebuild: stable amd64, bug 166557 diff --git a/app-misc/lirc/lirc-0.8.0-r5.ebuild b/app-misc/lirc/lirc-0.8.0-r5.ebuild index a0e6d2157b54..18162d45ca23 100644 --- a/app-misc/lirc/lirc-0.8.0-r5.ebuild +++ b/app-misc/lirc/lirc-0.8.0-r5.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.0-r5.ebuild,v 1.14 2007/03/10 14:30:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.0-r5.ebuild,v 1.15 2007/04/21 07:39:46 zzam Exp $ inherit eutils linux-mod flag-o-matic autotools @@ -213,7 +213,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 diff --git a/app-misc/lirc/lirc-0.8.0-r8.ebuild b/app-misc/lirc/lirc-0.8.0-r8.ebuild index 007237654457..8c07a7e2830c 100644 --- a/app-misc/lirc/lirc-0.8.0-r8.ebuild +++ b/app-misc/lirc/lirc-0.8.0-r8.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.0-r8.ebuild,v 1.10 2007/03/10 14:30:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.0-r8.ebuild,v 1.11 2007/04/21 07:39:46 zzam Exp $ inherit eutils linux-mod flag-o-matic autotools @@ -219,7 +219,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 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 |