x11-libs/libX11: Revbump to 1.7.1

Also bump x11-misc/compose-tables, which uses the same source package.

BUG=none
TEST=emerge compose-tables libX11

Change-Id: Id3af276757f20359375038cb1576290086262d97
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/portage-stable/+/2915042
Tested-by: Fergus Dall <sidereal@google.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
Reviewed-by: David Riley <davidriley@chromium.org>
diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
index e3fb147..1e1d4f6 100644
--- a/x11-libs/libX11/Manifest
+++ b/x11-libs/libX11/Manifest
@@ -1 +1 @@
-DIST libX11-1.7.0.tar.bz2 2409144 BLAKE2B 1eb6aa8f2fe50ddb2f6d324429b3d9cecfb48833c3f52f22ae8e32846be614c8db63c57d25e2b1c46612b6b333ff61ceab8ac0b605b117bcea1224f918af8e6d SHA512 f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb
+DIST libX11-1.7.1.tar.bz2 2426509 BLAKE2B 18db9146f1d1907bccc4c5a48c8d6707b070b8b76703ece1948f53a0307996ba3e538e429df6ea0d9c32f577f9d019ba8a1ae63ab28f840d2c35ee9aa01b6748 SHA512 a76f0a82fce6f9b50646a7cd7ec5ee046650f225816050226068a7548fa083ef07d146d40faaf44e033c59c17b0fda5ffdee3a127dac3ab56cee02133819aa3d
diff --git a/x11-libs/libX11/libX11-1.7.0.ebuild b/x11-libs/libX11/libX11-1.7.1.ebuild
similarity index 93%
rename from x11-libs/libX11/libX11-1.7.0.ebuild
rename to x11-libs/libX11/libX11-1.7.1.ebuild
index ba10101..66372b6 100644
--- a/x11-libs/libX11/libX11-1.7.0.ebuild
+++ b/x11-libs/libX11/libX11-1.7.1.ebuild
@@ -7,6 +7,7 @@
 XORG_MULTILIB=yes
 inherit toolchain-funcs xorg-3
 
+# Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
 KEYWORDS="*"
diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index e3fb147..1e1d4f6 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1 @@
-DIST libX11-1.7.0.tar.bz2 2409144 BLAKE2B 1eb6aa8f2fe50ddb2f6d324429b3d9cecfb48833c3f52f22ae8e32846be614c8db63c57d25e2b1c46612b6b333ff61ceab8ac0b605b117bcea1224f918af8e6d SHA512 f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb
+DIST libX11-1.7.1.tar.bz2 2426509 BLAKE2B 18db9146f1d1907bccc4c5a48c8d6707b070b8b76703ece1948f53a0307996ba3e538e429df6ea0d9c32f577f9d019ba8a1ae63ab28f840d2c35ee9aa01b6748 SHA512 a76f0a82fce6f9b50646a7cd7ec5ee046650f225816050226068a7548fa083ef07d146d40faaf44e033c59c17b0fda5ffdee3a127dac3ab56cee02133819aa3d
diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
similarity index 93%
rename from x11-misc/compose-tables/compose-tables-1.7.0.ebuild
rename to x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 3630f1b..59f2347 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -6,11 +6,12 @@
 XORG_MULTILIB=no
 inherit xorg-3
 
+# Note: please bump this with x11-libs/libX11
+DESCRIPTION="X.Org Compose Key tables from libX11"
 # xorg-3.eclass would attempt to fetch a tarball with a matching name to this package
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-DESCRIPTION="X.Org Compose Key tables from libX11"
 KEYWORDS="*"
 
 # Only needed by configure
@@ -31,10 +32,10 @@
 	emake -C nls
 }
 
-src_install() {
-	emake DESTDIR="${D}" -C nls install
-}
-
 src_test() {
 	:;
 }
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}