Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrandr/
Date: Wed, 14 Aug 2019 04:08:21
Message-Id: 1565755674.e1dbbf9120b8f8295fbde06f0dd478280c11c6ed.mattst88@gentoo
1 commit: e1dbbf9120b8f8295fbde06f0dd478280c11c6ed
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 22:11:31 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 04:07:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dbbf91
7
8 x11-apps/xrandr: Use XORG_TARBALL_SUFFIX
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xrandr/xrandr-1.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-apps/xrandr/xrandr-1.5.1.ebuild b/x11-apps/xrandr/xrandr-1.5.1.ebuild
16 index 873aa5fb9ad..691fe06f769 100644
17 --- a/x11-apps/xrandr/xrandr-1.5.1.ebuild
18 +++ b/x11-apps/xrandr/xrandr-1.5.1.ebuild
19 @@ -2,12 +2,12 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 +XORG_TARBALL_SUFFIX="xz"
24
25 inherit xorg-3
26
27 DESCRIPTION="primitive command line interface to RandR extension"
28
29 -SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.xz"
30 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
31 IUSE=""