summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-14 09:37:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-14 09:37:52 +0000
commit758b1a59fecdaad797e1d88c667193740d382bf9 (patch)
tree94b66324e62886bb0dbf6959180ae6ae5eeec1e8 /app-cdr
parentAdd -j1 workaround per bug #247252; don't close the bug. (diff)
downloadgentoo-2-758b1a59fecdaad797e1d88c667193740d382bf9.tar.gz
gentoo-2-758b1a59fecdaad797e1d88c667193740d382bf9.tar.bz2
gentoo-2-758b1a59fecdaad797e1d88c667193740d382bf9.zip
Remove _one_ eutils from inherit, because it's there _two_ times.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdrdao/cdrdao-1.2.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.2.2-r3.ebuild b/app-cdr/cdrdao/cdrdao-1.2.2-r3.ebuild
index e24a9428ebd6..3f695820cfcb 100644
--- a/app-cdr/cdrdao/cdrdao-1.2.2-r3.ebuild
+++ b/app-cdr/cdrdao/cdrdao-1.2.2-r3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.2.2-r3.ebuild,v 1.9 2009/05/28 04:58:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.2.2-r3.ebuild,v 1.10 2009/07/14 09:37:52 ssuominen Exp $
EAPI=2
-inherit eutils flag-o-matic eutils
+inherit flag-o-matic eutils
DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
HOMEPAGE="http://cdrdao.sourceforge.net/"