commit: e1dbbf9120b8f8295fbde06f0dd478280c11c6ed
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 22:11:31 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 04:07:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dbbf91
x11-apps/xrandr: Use XORG_TARBALL_SUFFIX
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xrandr/xrandr-1.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xrandr/xrandr-1.5.1.ebuild
b/x11-apps/xrandr/xrandr-1.5.1.ebuild
index 873aa5fb9ad..691fe06f769 100644
--- a/x11-apps/xrandr/xrandr-1.5.1.ebuild
+++ b/x11-apps/xrandr/xrandr-1.5.1.ebuild
@@ -2,12 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="primitive command line interface to RandR extension"
-SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""