summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-26 12:04:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-26 12:04:30 +0000
commit9e1ff5bf222db1600b0680aafc02965bd1a6dd1b (patch)
treec72f363b24c9bd51b24c1f0347176080ae4eb3c6 /dev-lang
parentVersion bump werkzeug to 0.9.4. (diff)
downloadgentoo-2-9e1ff5bf222db1600b0680aafc02965bd1a6dd1b.tar.gz
gentoo-2-9e1ff5bf222db1600b0680aafc02965bd1a6dd1b.tar.bz2
gentoo-2-9e1ff5bf222db1600b0680aafc02965bd1a6dd1b.zip
Neuter futile kernel check so that things make a little more sense
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mono/ChangeLog5
-rw-r--r--dev-lang/mono/mono-3.0.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index c3d16819c28f..8c4e8d3e3bf5 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/mono
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.254 2013/05/24 19:58:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.255 2013/08/26 12:04:30 patrick Exp $
+
+ 26 Aug 2013; Patrick Lauer <patrick@gentoo.org> mono-3.0.7.ebuild:
+ Neuter futile kernel check so that things make a little more sense
24 May 2013; Pacho Ramos <pacho@gentoo.org> mono-3.0.7.ebuild:
Drop all .la files again
diff --git a/dev-lang/mono/mono-3.0.7.ebuild b/dev-lang/mono/mono-3.0.7.ebuild
index fb586a1e6667..acc443f4c2e7 100644
--- a/dev-lang/mono/mono-3.0.7.ebuild
+++ b/dev-lang/mono/mono-3.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.2 2013/05/24 19:58:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.3 2013/08/26 12:04:30 patrick Exp $
EAPI="5"
AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
@@ -33,7 +33,7 @@ DEPEND="${COMMONDEPEND}
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.
# See http://bugs.gentoo.org/261869 for more info."
- CONFIG_CHECK="SYSVIPC"
+ CONFIG_CHECK="~SYSVIPC"
use kernel_linux && check_extra_config
}