summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-09-08 18:42:38 +0000
committerMike Auty <ikelos@gentoo.org>2009-09-08 18:42:38 +0000
commite8090303b33544b271f5a9b0e0de3be178faed33 (patch)
tree9dd47dc1aad348d4c69b25a811b71df70b78321a /sys-apps/pcmcia-cs-cis
parentFix build problem in relation to boost, thanks to Jory A. Pratt (diff)
downloadhistorical-e8090303b33544b271f5a9b0e0de3be178faed33.tar.gz
historical-e8090303b33544b271f5a9b0e0de3be178faed33.tar.bz2
historical-e8090303b33544b271f5a9b0e0de3be178faed33.zip
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'sys-apps/pcmcia-cs-cis')
-rw-r--r--sys-apps/pcmcia-cs-cis/ChangeLog7
-rw-r--r--sys-apps/pcmcia-cs-cis/pcmcia-cs-cis-3.2.8-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/pcmcia-cs-cis/ChangeLog b/sys-apps/pcmcia-cs-cis/ChangeLog
index cb83929b9008..a0cbd2d6b593 100644
--- a/sys-apps/pcmcia-cs-cis/ChangeLog
+++ b/sys-apps/pcmcia-cs-cis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pcmcia-cs-cis
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs-cis/ChangeLog,v 1.8 2007/02/10 06:45:43 steev Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs-cis/ChangeLog,v 1.9 2009/09/08 18:42:38 ikelos Exp $
+
+ 08 Sep 2009; Mike Auty <ikelos@gentoo.org> pcmcia-cs-cis-3.2.8-r1.ebuild:
+ Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
10 Feb 2007; Steev Klimaszewski <steev@gentoo.org>
pcmcia-cs-cis-3.2.8-r1.ebuild:
diff --git a/sys-apps/pcmcia-cs-cis/pcmcia-cs-cis-3.2.8-r1.ebuild b/sys-apps/pcmcia-cs-cis/pcmcia-cs-cis-3.2.8-r1.ebuild
index bb62ea72f103..d9951deb0c4e 100644
--- a/sys-apps/pcmcia-cs-cis/pcmcia-cs-cis-3.2.8-r1.ebuild
+++ b/sys-apps/pcmcia-cs-cis/pcmcia-cs-cis-3.2.8-r1.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/sys-apps/pcmcia-cs-cis/pcmcia-cs-cis-3.2.8-r1.ebuild,v 1.5 2007/02/10 06:45:43 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs-cis/pcmcia-cs-cis-3.2.8-r1.ebuild,v 1.6 2009/09/08 18:42:38 ikelos Exp $
inherit linux-info
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040920 )
!sys-apps/pcmcia-cs"
-CONFIG_CHECK="PCMCIA_LOAD_CIS"
+CONFIG_CHECK="~PCMCIA_LOAD_CIS"
ERROR_PCMCIA_LOAD_CIS="${P} requires support for loading CIS updates from userspace (CONFIG_PCMCIA_LOAD_CIS)"
src_compile () {