Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
Date: Tue, 18 May 2021 17:20:51
Message-Id: 1621358394.f5e7a370827449053f35eb7d03c355bb73f9c18d.sam@gentoo
1 commit: f5e7a370827449053f35eb7d03c355bb73f9c18d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 17:19:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 17:19:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e7a370
7
8 x11-misc/compose-tables: add note to bump with x11-libs/libX11
9
10 They're from the same tarball.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
18 index 988bb2a0f33..759d3b58ed5 100644
19 --- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
20 +++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
21 @@ -6,6 +6,7 @@ EAPI=7
22 XORG_MULTILIB=no
23 inherit xorg-3
24
25 +# Note: please bump this with x11-libs/libX11
26 DESCRIPTION="X.Org Compose Key tables from libX11"
27 # xorg-3.eclass would attempt to fetch a tarball with a matching name to this package
28 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"