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
commit95ad2edfb740cf8193b12680bb848dd8eeae5d58 (patch)
tree32f8b4da3426ada039246b63bc69baaad6de207e /app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild
parentenable_with -> use_with. Use new style subshell syntax. (diff)
downloadhistorical-95ad2edfb740cf8193b12680bb848dd8eeae5d58.tar.gz
historical-95ad2edfb740cf8193b12680bb848dd8eeae5d58.tar.bz2
historical-95ad2edfb740cf8193b12680bb848dd8eeae5d58.zip
use_with does not work but use_enable does (thanks to Alexander Miller, bug #284625).
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild')
-rw-r--r--app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild
index 1c86d00caae4..2cebe3a93f3c 100644
--- a/app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild
+++ b/app-misc/ddccontrol-db/ddccontrol-db-20060730.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-20060730.ebuild,v 1.2 2010/01/29 05:57:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild,v 1.3 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