diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2012-04-12 12:23:54 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2012-04-12 12:23:54 +0000 |
commit | 31c19c4acf96d0b5c68d67decca3bacf71b15116 (patch) | |
tree | 9c210f8ac9b70190043581595a5a09e788be7fbc /app-laptop/tp_smapi | |
parent | x86 stable, see bug 411369 (diff) | |
download | gentoo-2-31c19c4acf96d0b5c68d67decca3bacf71b15116.tar.gz gentoo-2-31c19c4acf96d0b5c68d67decca3bacf71b15116.tar.bz2 gentoo-2-31c19c4acf96d0b5c68d67decca3bacf71b15116.zip |
make CONFIG_CHECK non-fatal (binpkg friendly, not strictly required anyway)
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-laptop/tp_smapi')
-rw-r--r-- | app-laptop/tp_smapi/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild | 6 | ||||
-rw-r--r-- | app-laptop/tp_smapi/tp_smapi-0.40-r3.ebuild | 6 | ||||
-rw-r--r-- | app-laptop/tp_smapi/tp_smapi-0.41.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/app-laptop/tp_smapi/ChangeLog b/app-laptop/tp_smapi/ChangeLog index d134e8602298..12fa92dec8d2 100644 --- a/app-laptop/tp_smapi/ChangeLog +++ b/app-laptop/tp_smapi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/tp_smapi -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/ChangeLog,v 1.43 2011/12/20 02:56:49 ottxor Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/ChangeLog,v 1.44 2012/04/12 12:23:54 lxnay Exp $ + + 12 Apr 2012; Fabio Erculiani <lxnay@gentoo.org> tp_smapi-0.40-r1.ebuild, + tp_smapi-0.40-r3.ebuild, tp_smapi-0.41.ebuild: + make CONFIG_CHECK non-fatal (binpkg friendly, not strictly required anyway) *tp_smapi-0.41 (20 Dec 2011) diff --git a/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild b/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild index cfc7782de3c8..1895b0f00562 100644 --- a/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild +++ b/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild,v 1.4 2011/05/20 11:20:42 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild,v 1.5 2012/04/12 12:23:54 lxnay Exp $ EAPI="3" @@ -46,7 +46,7 @@ pkg_setup() { MODULE_NAMES="${MODULE_NAMES} hdaps(extra:)" BUILD_PARAMS="${BUILD_PARAMS} HDAPS=1" - CONFIG_CHECK="!SENSORS_HDAPS" + CONFIG_CHECK="~!SENSORS_HDAPS" ERROR_SENSORS_HDAPS="${P} with USE=hdaps conflicts with in-kernel HDAPS (CONFIG_SENSORS_HDAPS)" linux-info_pkg_setup fi diff --git a/app-laptop/tp_smapi/tp_smapi-0.40-r3.ebuild b/app-laptop/tp_smapi/tp_smapi-0.40-r3.ebuild index fde32896e8cc..f174db4198c7 100644 --- a/app-laptop/tp_smapi/tp_smapi-0.40-r3.ebuild +++ b/app-laptop/tp_smapi/tp_smapi-0.40-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.40-r3.ebuild,v 1.1 2011/06/17 13:27:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.40-r3.ebuild,v 1.2 2012/04/12 12:23:54 lxnay Exp $ EAPI=4 @@ -45,7 +45,7 @@ pkg_pretend() { MODULE_NAMES="${MODULE_NAMES} hdaps(extra:)" BUILD_PARAMS="${BUILD_PARAMS} HDAPS=1" - CONFIG_CHECK="!SENSORS_HDAPS" + CONFIG_CHECK="~!SENSORS_HDAPS" ERROR_SENSORS_HDAPS="${P} with USE=hdaps conflicts with in-kernel HDAPS (CONFIG_SENSORS_HDAPS)" linux-info_pkg_setup fi diff --git a/app-laptop/tp_smapi/tp_smapi-0.41.ebuild b/app-laptop/tp_smapi/tp_smapi-0.41.ebuild index 43afb114fe8d..e795948bb5f6 100644 --- a/app-laptop/tp_smapi/tp_smapi-0.41.ebuild +++ b/app-laptop/tp_smapi/tp_smapi-0.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.41.ebuild,v 1.1 2011/12/20 02:56:49 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.41.ebuild,v 1.2 2012/04/12 12:23:54 lxnay Exp $ EAPI=4 @@ -45,7 +45,7 @@ pkg_pretend() { MODULE_NAMES="${MODULE_NAMES} hdaps(extra:)" BUILD_PARAMS="${BUILD_PARAMS} HDAPS=1" - CONFIG_CHECK="!SENSORS_HDAPS" + CONFIG_CHECK="~!SENSORS_HDAPS" ERROR_SENSORS_HDAPS="${P} with USE=hdaps conflicts with in-kernel HDAPS (CONFIG_SENSORS_HDAPS)" linux-info_pkg_setup fi |