summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-01-29 06:03:04 +0000
committerJeroen Roovers <jer@gentoo.org>2010-01-29 06:03:04 +0000
commit82ae02a9bf786a7bdb81bd283ca89f1093614cf5 (patch)
treef3151b9a7be9fad89e38c08454fa78522b72d4b7 /app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild
parentenable_with -> use_with. Use new style subshell syntax. (diff)
downloadgentoo-2-82ae02a9bf786a7bdb81bd283ca89f1093614cf5.tar.gz
gentoo-2-82ae02a9bf786a7bdb81bd283ca89f1093614cf5.tar.bz2
gentoo-2-82ae02a9bf786a7bdb81bd283ca89f1093614cf5.zip
use_with does not work but use_enable does (thanks to Alexander Miller, bug #284625).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild')
-rw-r--r--app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild
index 5e4b2db5e798..3eedfabae1c9 100644
--- a/app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild
+++ b/app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild,v 1.4 2010/01/29 05:57:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol-db/ddccontrol-db-20060308.ebuild,v 1.5 2010/01/29 06:03:04 jer Exp $
DESCRIPTION="DDCControl monitor database"
HOMEPAGE="http://ddccontrol.sourceforge.net/"
@@ -15,7 +15,7 @@ DEPEND="nls? ( sys-devel/gettext )"
RDEPEND="${DEPEND}"
src_compile() {
- econf $(use_with nls) || die "econf failed"
+ econf $(use_enable nls) || die "econf failed"
# Touch db/options.xml.h, so it is not rebuilt
touch db/options.xml.h
emake # doesn't really build anything, but there for safety