From f4e75351469cc932f6bd6014c8c9a6ceb1581357 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Mon, 31 Aug 2009 22:02:20 +0000 Subject: Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. Package-Manager: portage-2.2_rc40/cvs/Linux i686 --- app-laptop/hdapsd/hdapsd-20060409.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-laptop/hdapsd/hdapsd-20060409.ebuild') diff --git a/app-laptop/hdapsd/hdapsd-20060409.ebuild b/app-laptop/hdapsd/hdapsd-20060409.ebuild index 638412ee09ac..d4961594218b 100644 --- a/app-laptop/hdapsd/hdapsd-20060409.ebuild +++ b/app-laptop/hdapsd/hdapsd-20060409.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.5 2007/08/29 18:55:52 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.6 2009/08/31 22:02:20 ikelos Exp $ inherit eutils linux-info @@ -20,7 +20,7 @@ RDEPEND="" S="${WORKDIR}" -CONFIG_CHECK="SENSORS_HDAPS" +CONFIG_CHECK="~SENSORS_HDAPS" ERROR_SENSORS_HDAPS="${P} requires support for HDAPS (CONFIG_SENSORS_HDAPS)" src_compile() { -- cgit v1.2.3-65-gdbad