diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-05-18 13:37:12 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-05-18 13:39:53 -0700 |
commit | db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68 (patch) | |
tree | 098488387e1a4a1bc752ebc8817e629f328b88b6 /x11-base | |
parent | x11-base/xorg-proto: Drop outdated blockers (diff) | |
download | gentoo-db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68.tar.gz gentoo-db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68.tar.bz2 gentoo-db1e4f0bc17ee884d31c6d78e88c54df5ec6ee68.zip |
x11-base/xorg-proto: Drop unnecessary src_unpack()
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-2020.1.ebuild | 5 | ||||
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-9999.ebuild | 5 |
2 files changed, 0 insertions, 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 37121da2fcc7..cb69f9bbf9b3 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 37121da2fcc7..cb69f9bbf9b3 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 -} |