diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-09-01 18:47:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-09-01 18:47:50 +0000 |
commit | 101916e543961deacff3164cf11878def07c5270 (patch) | |
tree | d904efdea8536185d98184544760f08f5dfa1798 /gnome-base/gnome-shell | |
parent | Version bump. (diff) | |
download | gentoo-2-101916e543961deacff3164cf11878def07c5270.tar.gz gentoo-2-101916e543961deacff3164cf11878def07c5270.tar.bz2 gentoo-2-101916e543961deacff3164cf11878def07c5270.zip |
Drop notes about intel[gallium] as it works fine for me and haven't seen any reports suggesting it's still broken (#482516)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.8.4-r1.ebuild | 13 |
2 files changed, 6 insertions, 13 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog index 312505f4b2a5..9f5df2e83a0f 100644 --- a/gnome-base/gnome-shell/ChangeLog +++ b/gnome-base/gnome-shell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-shell # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.46 2013/08/26 08:54:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.47 2013/09/01 18:47:50 pacho Exp $ + + 01 Sep 2013; Pacho Ramos <pacho@gentoo.org> gnome-shell-3.8.4-r1.ebuild: + Drop notes about intel[gallium] as it works fine for me and haven't seen any + reports suggesting it's still broken (#482516) 26 Aug 2013; Pacho Ramos <pacho@gentoo.org> -gnome-shell-3.8.4.ebuild, gnome-shell-3.8.4-r1.ebuild: diff --git a/gnome-base/gnome-shell/gnome-shell-3.8.4-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.8.4-r1.ebuild index a8d0685f8784..7cb37f40b059 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.8.4-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.8.4-r1.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/gnome-base/gnome-shell/gnome-shell-3.8.4-r1.ebuild,v 1.2 2013/08/26 08:54:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.4-r1.ebuild,v 1.3 2013/09/01 18:47:50 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -217,17 +217,6 @@ pkg_postinst() { fi fi - if has_version "media-libs/mesa[video_cards_intel]" || - has_version "media-libs/mesa[video_cards_i915]" || - has_version "media-libs/mesa[video_cards_i965]"; then - elog "GNOME Shell is unstable under gallium-mode i915/i965 mesa drivers." - elog "Make sure that classic architecture for i915 and i965 drivers is" - elog "selected using 'eselect mesa'." - if ! has_version "media-libs/mesa[classic]"; then - ewarn "You will need to emerge media-libs/mesa with USE=classic." - fi - fi - if ! systemd_is_booted; then ewarn "${PN} needs Systemd to be *running* for working" ewarn "properly. Please follow this guide to migrate:" |