summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-06-17 23:56:19 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-06-17 23:56:19 +0000
commit93c1b8092e77d41cbe26ca33e86e99344b95d9cd (patch)
treed018bb9a5563c4274bdaf5481cf48d6524fa828c /app-laptop/pommed/pommed-1.31.ebuild
parentVersion bumped. Removed libevent USE flag. Fixed python handling. (diff)
downloadhistorical-93c1b8092e77d41cbe26ca33e86e99344b95d9cd.tar.gz
historical-93c1b8092e77d41cbe26ca33e86e99344b95d9cd.tar.bz2
historical-93c1b8092e77d41cbe26ca33e86e99344b95d9cd.zip
CONFIG_CHECK should be non-fatal in this context.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-laptop/pommed/pommed-1.31.ebuild')
-rw-r--r--app-laptop/pommed/pommed-1.31.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/pommed/pommed-1.31.ebuild b/app-laptop/pommed/pommed-1.31.ebuild
index bc9ba1c6f863..459da2912603 100644
--- a/app-laptop/pommed/pommed-1.31.ebuild
+++ b/app-laptop/pommed/pommed-1.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.31.ebuild,v 1.1 2010/02/28 16:33:11 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.31.ebuild,v 1.2 2010/06/17 23:56:19 robbat2 Exp $
inherit eutils toolchain-funcs linux-info
@@ -36,7 +36,7 @@ pkg_setup() {
if ! use ppc; then
linux-info_pkg_setup
- CONFIG_CHECK="DMIID"
+ CONFIG_CHECK="~DMIID"
check_extra_config
fi
}