Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Thu, 29 Apr 2021 01:52:45
Message-Id: 1619661123.6b56bdd24027e36507d817816e8f22527628a941.sam@gentoo
1 commit: 6b56bdd24027e36507d817816e8f22527628a941
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:45:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:52:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b56bdd2
7
8 dev-libs/wayland: fix variable reference style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/wayland/wayland-1.19.0.ebuild | 2 +-
14 dev-libs/wayland/wayland-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/wayland/wayland-1.19.0.ebuild b/dev-libs/wayland/wayland-1.19.0.ebuild
18 index 7f275f3bc2c..765bef84487 100644
19 --- a/dev-libs/wayland/wayland-1.19.0.ebuild
20 +++ b/dev-libs/wayland/wayland-1.19.0.ebuild
21 @@ -72,7 +72,7 @@ multilib_src_test() {
22 src_test() {
23 # We set it on purpose to only a short subdir name, as socket paths are
24 # created in there, which are 108 byte limited. With this it hopefully
25 - # barely fits to the limit with /var/tmp/portage/$CAT/$PF/temp/x
26 + # barely fits to the limit with /var/tmp/portage/${CATEGORY}/${PF}/temp/x
27 export XDG_RUNTIME_DIR="${T}"/x
28 mkdir "${XDG_RUNTIME_DIR}" || die
29 chmod 0700 "${XDG_RUNTIME_DIR}" || die
30
31 diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
32 index c3d2b584f4c..d069ea46340 100644
33 --- a/dev-libs/wayland/wayland-9999.ebuild
34 +++ b/dev-libs/wayland/wayland-9999.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 +# Copyright 1999-2021 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -72,7 +72,7 @@ multilib_src_test() {
42 src_test() {
43 # We set it on purpose to only a short subdir name, as socket paths are
44 # created in there, which are 108 byte limited. With this it hopefully
45 - # barely fits to the limit with /var/tmp/portage/$CAT/$PF/temp/x
46 + # barely fits to the limit with /var/tmp/portage/${CATEGORY}/${PF}/temp/x
47 export XDG_RUNTIME_DIR="${T}"/x
48 mkdir "${XDG_RUNTIME_DIR}" || die
49 chmod 0700 "${XDG_RUNTIME_DIR}" || die