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/libglvnd/
Date: Tue, 20 Aug 2019 20:49:35
Message-Id: 1566334162.a86728bfc5035081bdea1cbf67ab7cb0dbcf725d.mattst88@gentoo
1 commit: a86728bfc5035081bdea1cbf67ab7cb0dbcf725d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 20 20:48:25 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 20 20:49:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86728bf
7
8 media-libs/libglvnd: Prepare for a non-snapshot ebuild
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/libglvnd/libglvnd-9999.ebuild | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
16 index f62514e3058..494820dda94 100644
17 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
18 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
19 @@ -34,14 +34,9 @@ RDEPEND="
20 DEPEND="${PYTHON_DEPS}
21 ${RDEPEND}"
22
23 -src_unpack() {
24 - default
25 - [[ $PV = 9999* ]] && git-r3_src_unpack
26 -}
27 -
28 src_prepare() {
29 default
30 - eautoreconf
31 + [[ $PV = 9999* ]] && eautoreconf
32 }
33
34 multilib_src_configure() {