diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:37:56 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:37:56 +0000 |
commit | 6a9eb8e2394987eafc279bd738d01f8578d54046 (patch) | |
tree | e86ad411159815c0192b9ecca31b50588d4c9860 /net-dialup/capi4k-utils | |
parent | Marked stable on AMD64 as requested by Samuli Suominen <ssuominen@gentoo.org>... (diff) | |
download | historical-6a9eb8e2394987eafc279bd738d01f8578d54046.tar.gz historical-6a9eb8e2394987eafc279bd738d01f8578d54046.tar.bz2 historical-6a9eb8e2394987eafc279bd738d01f8578d54046.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'net-dialup/capi4k-utils')
-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 } |