diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-30 19:33:14 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-30 19:33:14 +0000 |
commit | eec7fbe4109bbda3282105ac658abae42606a39d (patch) | |
tree | 83fabc2fe3e86505467b2a67dc10ff24979d20d7 /app-misc/cdctl | |
parent | QA: Respect CC (bug 243620) and CFLAGS (bug 240062) (diff) | |
download | historical-eec7fbe4109bbda3282105ac658abae42606a39d.tar.gz historical-eec7fbe4109bbda3282105ac658abae42606a39d.tar.bz2 historical-eec7fbe4109bbda3282105ac658abae42606a39d.zip |
Added missing inherit toolchain-funcs
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-misc/cdctl')
-rw-r--r-- | app-misc/cdctl/cdctl-0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/cdctl/cdctl-0.15.ebuild b/app-misc/cdctl/cdctl-0.15.ebuild index ced95cd11a32..9d6ac468fd32 100644 --- a/app-misc/cdctl/cdctl-0.15.ebuild +++ b/app-misc/cdctl/cdctl-0.15.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.19 2008/12/30 19:30:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.20 2008/12/30 19:32:32 angelos Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Utility to control your cd/dvd drive" HOMEPAGE="http://cdctl.sourceforge.net/" |