diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-08-12 15:11:31 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-08-13 21:07:54 -0700 |
commit | e1dbbf9120b8f8295fbde06f0dd478280c11c6ed (patch) | |
tree | 01b75abb05d3843d15759af5349661d75c1ec08f /x11-apps/xrandr | |
parent | xorg-3.eclass: Add XORG_TARBALL_SUFFIX (diff) | |
download | gentoo-e1dbbf9120b8f8295fbde06f0dd478280c11c6ed.tar.gz gentoo-e1dbbf9120b8f8295fbde06f0dd478280c11c6ed.tar.bz2 gentoo-e1dbbf9120b8f8295fbde06f0dd478280c11c6ed.zip |
x11-apps/xrandr: Use XORG_TARBALL_SUFFIX
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrandr')
-rw-r--r-- | x11-apps/xrandr/xrandr-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xrandr/xrandr-1.5.1.ebuild b/x11-apps/xrandr/xrandr-1.5.1.ebuild index 873aa5fb9adb..691fe06f7697 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="" |