diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:02:20 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:02:20 +0000 |
commit | f4e75351469cc932f6bd6014c8c9a6ceb1581357 (patch) | |
tree | d3271b4b6e4a04936316d8d8e8af0ce772d11cff /app-laptop/hdapsd/hdapsd-20060409.ebuild | |
parent | Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. (diff) | |
download | historical-f4e75351469cc932f6bd6014c8c9a6ceb1581357.tar.gz historical-f4e75351469cc932f6bd6014c8c9a6ceb1581357.tar.bz2 historical-f4e75351469cc932f6bd6014c8c9a6ceb1581357.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'app-laptop/hdapsd/hdapsd-20060409.ebuild')
-rw-r--r-- | app-laptop/hdapsd/hdapsd-20060409.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |