commit: a86728bfc5035081bdea1cbf67ab7cb0dbcf725d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 20:48:25 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 20 20:49:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86728bf
media-libs/libglvnd: Prepare for a non-snapshot ebuild
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/libglvnd/libglvnd-9999.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild
b/media-libs/libglvnd/libglvnd-9999.ebuild
index f62514e3058..494820dda94 100644
--- a/media-libs/libglvnd/libglvnd-9999.ebuild
+++ b/media-libs/libglvnd/libglvnd-9999.ebuild
@@ -34,14 +34,9 @@ RDEPEND="
DEPEND="${PYTHON_DEPS}
${RDEPEND}"
-src_unpack() {
- default
- [[ $PV = 9999* ]] && git-r3_src_unpack
-}
-
src_prepare() {
default
- eautoreconf
+ [[ $PV = 9999* ]] && eautoreconf
}
multilib_src_configure() {