commit: db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 20:37:12 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 18 20:39:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1e4f0b
x11-base/xorg-proto: Drop unnecessary src_unpack()
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-base/xorg-proto/xorg-proto-2020.1.ebuild | 5 -----
x11-base/xorg-proto/xorg-proto-9999.ebuild | 5 -----
2 files changed, 10 deletions(-)
diff --git a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
index 37121da2fcc..cb69f9bbf9b 100644
--- a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
@@ -27,8 +27,3 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE=""
-
-src_unpack() {
- default
- [[ $PV = 9999* ]] && git-r3_src_unpack
-}
diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild
b/x11-base/xorg-proto/xorg-proto-9999.ebuild
index 37121da2fcc..cb69f9bbf9b 100644
--- a/x11-base/xorg-proto/xorg-proto-9999.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild
@@ -27,8 +27,3 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE=""
-
-src_unpack() {
- default
- [[ $PV = 9999* ]] && git-r3_src_unpack
-}