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 | b72d2826a8fd3698da3ec1491d5a55312ad339bf (patch) | |
tree | 38bd8fcc0ed3cff0e390fe459b54226f6498e477 /net-dialup | |
parent | Marked stable on AMD64 as requested by Samuli Suominen <ssuominen@gentoo.org>... (diff) | |
download | gentoo-2-b72d2826a8fd3698da3ec1491d5a55312ad339bf.tar.gz gentoo-2-b72d2826a8fd3698da3ec1491d5a55312ad339bf.tar.bz2 gentoo-2-b72d2826a8fd3698da3ec1491d5a55312ad339bf.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/isdn4k-utils/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/net-dialup/isdn4k-utils/ChangeLog b/net-dialup/isdn4k-utils/ChangeLog index ea3059aa0963..963e5179bab5 100644 --- a/net-dialup/isdn4k-utils/ChangeLog +++ b/net-dialup/isdn4k-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/isdn4k-utils -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.62 2008/08/23 03:06:02 cardoe Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/ChangeLog,v 1.63 2009/08/31 22:37:56 ikelos Exp $ + + 31 Aug 2009; Mike Auty <ikelos@gentoo.org> + isdn4k-utils-3.8_pre20050821.ebuild: + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild index e62a606514fc..e8f8a053c15c 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.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/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild,v 1.11 2007/11/14 15:30:57 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.8_pre20050821.ebuild,v 1.12 2009/08/31 22:37:56 ikelos Exp $ inherit eutils multilib gnuconfig linux-info @@ -60,12 +60,12 @@ S="${WORKDIR}/${MY_P}" pkg_setup() { # check kernel config - CONFIG_CHECK="ISDN ISDN_I4L" + CONFIG_CHECK="~ISDN ~ISDN_I4L" if use ipppd; then - CONFIG_CHECK="${CONFIG_CHECK} ISDN_PPP" - use activefilter && CONFIG_CHECK="${CONFIG_CHECK} IPPP_FILTER" + CONFIG_CHECK="${CONFIG_CHECK} ~ISDN_PPP" + use activefilter && CONFIG_CHECK="${CONFIG_CHECK} ~IPPP_FILTER" fi - use eurofile && CONFIG_CHECK="${CONFIG_CHECK} X25 ISDN_X25" + use eurofile && CONFIG_CHECK="${CONFIG_CHECK} ~X25 ~ISDN_X25" # linux-info_pkg_setup -> disabled until I have a better solution # Get country code from I4L_CC variable |