diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:13:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:13:01 +0000 |
commit | b655c72cb1dcfb99b9ac0a03dd48539bc43e6a02 (patch) | |
tree | ca1821514717a6541c96d2a30f9daa3edf9283c9 /app-misc/ddccontrol/ddccontrol-0.2.ebuild | |
parent | [bump] dev-perl/Net-Twitter-3.180.20 (diff) | |
download | gentoo-2-b655c72cb1dcfb99b9ac0a03dd48539bc43e6a02.tar.gz gentoo-2-b655c72cb1dcfb99b9ac0a03dd48539bc43e6a02.tar.bz2 gentoo-2-b655c72cb1dcfb99b9ac0a03dd48539bc43e6a02.zip |
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ddccontrol/ddccontrol-0.2.ebuild')
-rw-r--r-- | app-misc/ddccontrol/ddccontrol-0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/ddccontrol/ddccontrol-0.2.ebuild b/app-misc/ddccontrol/ddccontrol-0.2.ebuild index b727976ea627..e2e5d297df11 100644 --- a/app-misc/ddccontrol/ddccontrol-0.2.ebuild +++ b/app-misc/ddccontrol/ddccontrol-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.2.ebuild,v 1.4 2011/03/29 12:14:22 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.2.ebuild,v 1.5 2012/04/25 16:13:00 jlec Exp $ EAPI=1 @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} src_compile() { econf $(use_enable doc) \ $(use_enable gtk gnome) \ - $(use_enable nls) || die "econf failed" + $(use_enable nls) emake || die "emake failed" } |