diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:32:26 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:32:26 +0000 |
commit | 579e935f26dd084179566be6f13f453164a36414 (patch) | |
tree | 60eb79fd164e32642b7bf1488e62ba02627561c5 /net-dialup | |
parent | Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. (diff) | |
download | gentoo-2-579e935f26dd084179566be6f13f453164a36414.tar.gz gentoo-2-579e935f26dd084179566be6f13f453164a36414.tar.bz2 gentoo-2-579e935f26dd084179566be6f13f453164a36414.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/capi4k-utils/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog index d94d39849d77..1278626eed83 100644 --- a/net-dialup/capi4k-utils/ChangeLog +++ b/net-dialup/capi4k-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/capi4k-utils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.64 2009/07/12 18:17:11 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.65 2009/08/31 22:32:26 ikelos Exp $ + + 31 Aug 2009; Mike Auty <ikelos@gentoo.org> + capi4k-utils-20050718-r3.ebuild: + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. 12 Jul 2009; Mark Loeser <halcy0n@gentoo.org> capi4k-utils-20050718-r3.ebuild: diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild index 496612bf7713..ce775ffc4d96 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.12 2009/07/12 18:17:11 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.13 2009/08/31 22:32:26 ikelos Exp $ inherit eutils multilib linux-info @@ -34,8 +34,8 @@ PATCHDIR="${WORKDIR}/capi4k-patches" pkg_setup() { # check kernel config - CONFIG_CHECK="ISDN ISDN_CAPI ISDN_CAPI_CAPI20" - use pppd && CONFIG_CHECK="${CONFIG_CHECK} ISDN_CAPI_MIDDLEWARE ISDN_CAPI_CAPIFS_BOOL" + CONFIG_CHECK="~ISDN ~ISDN_CAPI ~ISDN_CAPI_CAPI20" + use pppd && CONFIG_CHECK="${CONFIG_CHECK} ~ISDN_CAPI_MIDDLEWARE ~ISDN_CAPI_CAPIFS_BOOL" linux-info_pkg_setup } |