summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-12-22 09:00:36 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-12-22 09:00:36 +0000
commit7c22bc7b17c4babc0693f5b16fdea2b4e5ea933f (patch)
tree48f70d04c260b31d94f58ff31b81869ab21dec50 /www-client
parentMissing one file in python setup (diff)
downloadgentoo-2-7c22bc7b17c4babc0693f5b16fdea2b4e5ea933f.tar.gz
gentoo-2-7c22bc7b17c4babc0693f5b16fdea2b4e5ea933f.tar.bz2
gentoo-2-7c22bc7b17c4babc0693f5b16fdea2b4e5ea933f.zip
Remove /etc/fstab sanity check, it is irrelevant for ~arch systems; bug #349226 by Mike Gilbert <floppymaster@gmail.com>.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/ChangeLog7
-rw-r--r--www-client/chromium/chromium-10.0.612.1.ebuild8
-rw-r--r--www-client/chromium/chromium-9999.ebuild8
3 files changed, 8 insertions, 15 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog
index bd0506a1fe35..b51052e3db82 100644
--- a/www-client/chromium/ChangeLog
+++ b/www-client/chromium/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-client/chromium
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.246 2010/12/20 19:06:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.247 2010/12/22 09:00:36 phajdan.jr Exp $
+
+ 22 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ chromium-10.0.612.1.ebuild, chromium-9999.ebuild:
+ Remove /etc/fstab sanity check, it is irrelevant for ~arch systems; bug
+ #349226 by Mike Gilbert <floppymaster@gmail.com>.
20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
chromium-10.0.612.1.ebuild, chromium-9999.ebuild:
diff --git a/www-client/chromium/chromium-10.0.612.1.ebuild b/www-client/chromium/chromium-10.0.612.1.ebuild
index 0afe87c808f0..bc0686d33d5d 100644
--- a/www-client/chromium/chromium-10.0.612.1.ebuild
+++ b/www-client/chromium/chromium-10.0.612.1.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/www-client/chromium/chromium-10.0.612.1.ebuild,v 1.2 2010/12/20 19:06:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-10.0.612.1.ebuild,v 1.3 2010/12/22 09:00:36 phajdan.jr Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -87,12 +87,6 @@ pkg_setup() {
python_pkg_setup
# Prevent user problems like bug #299777.
- if ! egrep -q '^shm.+/dev/shm' /etc/fstab; then
- ewarn "You don't have /dev/shm entry in /etc/fstab."
- ewarn "${PN} may fail to start in that configuration."
- ewarn "Please add the following line to your /etc/fstab:"
- ewarn "shm /dev/shm tmpfs nodev,nosuid,noexec 0 0"
- fi
if ! grep -q /dev/shm <<< $(get_mounts); then
ewarn "You don't have tmpfs mounted at /dev/shm."
ewarn "${PN} may fail to start in that configuration."
diff --git a/www-client/chromium/chromium-9999.ebuild b/www-client/chromium/chromium-9999.ebuild
index 3f4d5ab42880..7d19af32a329 100644
--- a/www-client/chromium/chromium-9999.ebuild
+++ b/www-client/chromium/chromium-9999.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/www-client/chromium/chromium-9999.ebuild,v 1.116 2010/12/20 19:06:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.117 2010/12/22 09:00:36 phajdan.jr Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
@@ -132,12 +132,6 @@ pkg_setup() {
python_pkg_setup
# Prevent user problems like bug #299777.
- if ! egrep -q '^shm.+/dev/shm' /etc/fstab; then
- ewarn "You don't have /dev/shm entry in /etc/fstab."
- ewarn "${PN} may fail to start in that configuration."
- ewarn "Please add the following line to your /etc/fstab:"
- ewarn "shm /dev/shm tmpfs nodev,nosuid,noexec 0 0"
- fi
if ! grep -q /dev/shm <<< $(get_mounts); then
ewarn "You don't have tmpfs mounted at /dev/shm."
ewarn "${PN} may fail to start in that configuration."