diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-06-17 23:56:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-06-17 23:56:19 +0000 |
commit | 93c1b8092e77d41cbe26ca33e86e99344b95d9cd (patch) | |
tree | d018bb9a5563c4274bdaf5481cf48d6524fa828c /app-laptop/pommed/pommed-1.31.ebuild | |
parent | Version bumped. Removed libevent USE flag. Fixed python handling. (diff) | |
download | historical-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.ebuild | 4 |
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 } |