diff options
author | 2010-01-29 05:57:21 +0000 | |
---|---|---|
committer | 2010-01-29 05:57:21 +0000 | |
commit | 89394a3e9bdaee353acda14a597d4680504f3aed (patch) | |
tree | 40937967195197d3267a86fefafffc8a2a749207 /app-misc/ddccontrol-db/ddccontrol-db-20051114.ebuild | |
parent | Re-add Artistic to OSI-APPROVED. (diff) | |
download | gentoo-2-89394a3e9bdaee353acda14a597d4680504f3aed.tar.gz gentoo-2-89394a3e9bdaee353acda14a597d4680504f3aed.tar.bz2 gentoo-2-89394a3e9bdaee353acda14a597d4680504f3aed.zip |
enable_with -> use_with. Use new style subshell syntax.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-misc/ddccontrol-db/ddccontrol-db-20051114.ebuild')
-rw-r--r-- | app-misc/ddccontrol-db/ddccontrol-db-20051114.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20051114.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20051114.ebuild index 3ed6c0dd0af5..026ab82ce96a 100644 --- a/app-misc/ddccontrol-db/ddccontrol-db-20051114.ebuild +++ b/app-misc/ddccontrol-db/ddccontrol-db-20051114.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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-20051114.ebuild,v 1.1 2005/12/12 04:06:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol-db/ddccontrol-db-20051114.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 |