Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Thu, 30 Nov 2017 06:22:34
Message-Id: 1512022929.3091e0b76bc8477fd30a1b70039514494a7c3cd1.mattst88@gentoo
1 commit: 3091e0b76bc8477fd30a1b70039514494a7c3cd1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 05:08:40 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 06:22:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3091e0b7
7
8 media-libs/mesa: Drop note about libtxc_dxtn
9
10 No longer needed since I merged that library into Mesa.
11
12 Closes: https://bugs.gentoo.org/639262
13
14 media-libs/mesa/mesa-17.3.0_rc5.ebuild | 6 ------
15 media-libs/mesa/mesa-9999.ebuild | 6 ------
16 2 files changed, 12 deletions(-)
17
18 diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
19 index fa362116f53..5f60440346d 100644
20 --- a/media-libs/mesa/mesa-17.3.0_rc5.ebuild
21 +++ b/media-libs/mesa/mesa-17.3.0_rc5.ebuild
22 @@ -516,12 +516,6 @@ pkg_postinst() {
23 elog "USE=\"bindist\" was not set. Potentially patent encumbered code was"
24 elog "enabled. Please see patents.txt for an explanation."
25 fi
26 -
27 - if ! has_version media-libs/libtxc_dxtn; then
28 - elog "Note that in order to have full S3TC support, it is necessary to install"
29 - elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice"
30 - elog "textures in some apps, and some others even require this to run."
31 - fi
32 }
33
34 pkg_prerm() {
35
36 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
37 index 7a951da5d58..288625e2ad5 100644
38 --- a/media-libs/mesa/mesa-9999.ebuild
39 +++ b/media-libs/mesa/mesa-9999.ebuild
40 @@ -516,12 +516,6 @@ pkg_postinst() {
41 elog "USE=\"bindist\" was not set. Potentially patent encumbered code was"
42 elog "enabled. Please see patents.txt for an explanation."
43 fi
44 -
45 - if ! has_version media-libs/libtxc_dxtn; then
46 - elog "Note that in order to have full S3TC support, it is necessary to install"
47 - elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice"
48 - elog "textures in some apps, and some others even require this to run."
49 - fi
50 }
51
52 pkg_prerm() {