summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-03 23:34:59 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-03 23:34:59 +0000
commita101fef52225fef4656aa3158523a8c4e92f700e (patch)
tree0f3bd8de8497d9096c6e46fe244ff80375312351 /app-admin
parentMove files for new eselect-opengl framework. (diff)
downloadgentoo-2-a101fef52225fef4656aa3158523a8c4e92f700e.tar.gz
gentoo-2-a101fef52225fef4656aa3158523a8c4e92f700e.tar.bz2
gentoo-2-a101fef52225fef4656aa3158523a8c4e92f700e.zip
Complain about Files section until we find a more permanent solution.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/eselect-opengl/ChangeLog5
-rw-r--r--app-admin/eselect-opengl/eselect-opengl-1.3.1-r1.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/app-admin/eselect-opengl/ChangeLog b/app-admin/eselect-opengl/ChangeLog
index 84a76d49eea2..ef687edb21b1 100644
--- a/app-admin/eselect-opengl/ChangeLog
+++ b/app-admin/eselect-opengl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/eselect-opengl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.135 2015/01/03 22:48:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.136 2015/01/03 23:34:59 mgorny Exp $
+
+ 03 Jan 2015; Michał Górny <mgorny@gentoo.org> eselect-opengl-1.3.1-r1.ebuild:
+ Complain about Files section until we find a more permanent solution.
*eselect-opengl-1.3.1-r1 (03 Jan 2015)
diff --git a/app-admin/eselect-opengl/eselect-opengl-1.3.1-r1.ebuild b/app-admin/eselect-opengl/eselect-opengl-1.3.1-r1.ebuild
index 47e897a7a33a..7deb62e3dce6 100644
--- a/app-admin/eselect-opengl/eselect-opengl-1.3.1-r1.ebuild
+++ b/app-admin/eselect-opengl/eselect-opengl-1.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.3.1-r1.ebuild,v 1.1 2015/01/03 22:48:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.3.1-r1.ebuild,v 1.2 2015/01/03 23:34:59 mgorny Exp $
EAPI=5
@@ -37,13 +37,13 @@ RDEPEND=">=app-admin/eselect-1.2.4
S=${WORKDIR}
pkg_pretend() {
- if grep -q -s "ModulePath.*/usr/$(get_libdir)/xorg/modules" \
+ if grep -q -s "Section.*Files" \
"${EROOT%/}"/etc/X11/xorg.conf
then
- ewarn "Your /etc/X11/xorg.conf seems to set ModulePath to the standard Xorg"
- ewarn "module directory. This is going to break eselect-opengl-1.3*. If you"
- ewarn "need to add custom module paths, please move those definitions to"
- ewarn "/etc/X11/xorg.conf.d/99local.conf or a similar file."
+ ewarn 'Your /etc/X11/xorg.conf seems to contain Section "Files". This is'
+ ewarn 'known to break eselect-opengl-1.3*. If you need a custom Files setup,'
+ ewarn 'please downgrade to <eselect-opengl-1.3. We are sorry for the issues,'
+ ewarn 'we are working on a more permanent solution.'
fi
}