diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-29 05:57:21 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-29 05:57:21 +0000 |
commit | b6856ba328836dbb329444ae7e16942077f0f654 (patch) | |
tree | 27027bc24c989f4051cb3d1f106ec8250e414926 /app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild | |
parent | Re-add Artistic to OSI-APPROVED. (diff) | |
download | historical-b6856ba328836dbb329444ae7e16942077f0f654.tar.gz historical-b6856ba328836dbb329444ae7e16942077f0f654.tar.bz2 historical-b6856ba328836dbb329444ae7e16942077f0f654.zip |
enable_with -> use_with. Use new style subshell syntax.
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.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild index ac5b460d0ad3..1c86d00caae4 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-2006 Gentoo Foundation +# 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.1 2006/10/01 20:12:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol-db/ddccontrol-db-20060730.ebuild,v 1.2 2010/01/29 05:57:21 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 `enable_with nls` || die "econf failed" + econf $(use_with 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 |