diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-09-01 18:48:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-09-01 18:48:35 +0000 |
commit | f598731916f3a310c831e1daa89131e986874f98 (patch) | |
tree | 82aa17c2ce62c42bc600dde4b8532b3147320b43 /gnome-extra/cinnamon | |
parent | Version bump. (diff) | |
download | gentoo-2-f598731916f3a310c831e1daa89131e986874f98.tar.gz gentoo-2-f598731916f3a310c831e1daa89131e986874f98.tar.bz2 gentoo-2-f598731916f3a310c831e1daa89131e986874f98.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-extra/cinnamon')
-rw-r--r-- | gnome-extra/cinnamon/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild | 11 |
2 files changed, 6 insertions, 11 deletions
diff --git a/gnome-extra/cinnamon/ChangeLog b/gnome-extra/cinnamon/ChangeLog index 45284e87f30d..b946d36cf110 100644 --- a/gnome-extra/cinnamon/ChangeLog +++ b/gnome-extra/cinnamon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/cinnamon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/ChangeLog,v 1.25 2013/09/01 08:49:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/ChangeLog,v 1.26 2013/09/01 18:48:35 pacho Exp $ + + 01 Sep 2013; Pacho Ramos <pacho@gentoo.org> cinnamon-1.8.8.1.ebuild: + Drop notes about intel[gallium] as it works fine for me and haven't seen any + reports suggesting it's still broken (#482516) *cinnamon-1.8.8.1 (01 Sep 2013) diff --git a/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild b/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild index 5bb9b00d4fd0..d5435aaed4bd 100644 --- a/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild +++ b/gnome-extra/cinnamon/cinnamon-1.8.8.1.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-extra/cinnamon/cinnamon-1.8.8.1.ebuild,v 1.1 2013/09/01 08:49:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.8.8.1.ebuild,v 1.2 2013/09/01 18:48:35 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -243,13 +243,4 @@ pkg_postinst() { ewarn "You will need to emerge media-libs/mesa with USE=gallium." fi fi - - if has_version "media-libs/mesa[video_cards_intel]"; then - elog "Cinnamon 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 } |