diff options
author | 2008-12-30 19:32:32 +0000 | |
---|---|---|
committer | 2008-12-30 19:32:32 +0000 | |
commit | 8c2725d8a6e1633e893065391dfdfe61904ca345 (patch) | |
tree | b13a740ec976c0a2d5b5203b8d191d4e52603cd9 /app-misc/cdctl/cdctl-0.15.ebuild | |
parent | QA: Respect CC (bug 243620) and CFLAGS (bug 240062) (diff) | |
download | gentoo-2-8c2725d8a6e1633e893065391dfdfe61904ca345.tar.gz gentoo-2-8c2725d8a6e1633e893065391dfdfe61904ca345.tar.bz2 gentoo-2-8c2725d8a6e1633e893065391dfdfe61904ca345.zip |
Added missing inherit toolchain-funcs
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-misc/cdctl/cdctl-0.15.ebuild')
-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/" |