diff options
author | 2015-06-30 19:15:14 +0000 | |
---|---|---|
committer | 2015-06-30 19:15:14 +0000 | |
commit | 55800036576bbdd4fc4d6f91714dd9c7292a7d3b (patch) | |
tree | 9a5f61d7c399c6f73bbc84b3f98119012386499c /gnome-base | |
parent | Update blocker, fixes bug #553508. (diff) | |
download | gentoo-2-55800036576bbdd4fc4d6f91714dd9c7292a7d3b.tar.gz gentoo-2-55800036576bbdd4fc4d6f91714dd9c7292a7d3b.tar.bz2 gentoo-2-55800036576bbdd4fc4d6f91714dd9c7292a7d3b.zip |
Drop no longer needed warnings about r300/r600 (#553548)
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-shell/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild | 13 |
2 files changed, 5 insertions, 13 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog index 52bdafc85ef9..8cb96f325d40 100644 --- a/gnome-base/gnome-shell/ChangeLog +++ b/gnome-base/gnome-shell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome-shell # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.99 2015/06/28 09:57:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.100 2015/06/30 19:15:14 pacho Exp $ + + 30 Jun 2015; Pacho Ramos <pacho@gentoo.org> gnome-shell-3.16.2.ebuild: + Drop no longer needed warnings about r300/r600 (#553548) 28 Jun 2015; Pacho Ramos <pacho@gentoo.org> -gnome-shell-3.14.3.ebuild: Drop old diff --git a/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild index 881f18ebcf3b..cdc46e8be43c 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.16.2.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/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v 1.3 2015/06/19 17:20:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v 1.4 2015/06/30 19:15:14 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -191,17 +191,6 @@ pkg_postinst() { ewarn "drivers." fi - if has_version "media-libs/mesa[video_cards_radeon]" || - has_version "media-libs/mesa[video_cards_r300]" || - has_version "media-libs/mesa[video_cards_r600]"; then - elog "GNOME Shell is unstable under classic-mode r300/r600 mesa drivers." - elog "Make sure that gallium architecture for r300 and r600 drivers is" - elog "selected using 'eselect mesa'." - if ! has_version "media-libs/mesa[gallium]"; then - ewarn "You will need to emerge media-libs/mesa with USE=gallium." - fi - fi - if ! has_version "media-libs/mesa[llvm]"; then elog "llvmpipe is used as fallback when no 3D acceleration" elog "is available. You will need to enable llvm USE for" |