From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9EFE139694 for ; Fri, 21 Jul 2017 09:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13370E0843; Fri, 21 Jul 2017 09:32:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E64B6E0843 for ; Fri, 21 Jul 2017 09:32:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D0143417D7 for ; Fri, 21 Jul 2017 09:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9751274BC for ; Fri, 21 Jul 2017 09:32:31 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1500628680.1c2fa178c991014a9f18fb6b537cd0759172db33.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1c2fa178c991014a9f18fb6b537cd0759172db33 X-VCS-Branch: master Date: Fri, 21 Jul 2017 09:32:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f63af1e9-cd61-4abf-a2be-849ce286e563 X-Archives-Hash: e616b0634bfa7327bab5cb3fd9731e39 commit: 1c2fa178c991014a9f18fb6b537cd0759172db33 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 21 08:37:37 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 21 09:18:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2fa178 gnome-base/gnome-shell-3.24: clarify when media-libs/mesa[llvm] is needed in elog Package-Manager: Portage-2.3.6, Repoman-2.3.2 gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild index fae712dbe8a..b546d9b1163 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild @@ -169,7 +169,7 @@ pkg_postinst() { 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" - elog "media-libs/mesa." + elog "media-libs/mesa if you do not have hardware 3D setup." fi # https://bugs.gentoo.org/show_bug.cgi?id=563084