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/weston/
Date: Sat, 03 Apr 2021 15:44:50
Message-Id: 1617464641.96b821f6584abb774d1b27b851295b1143aaff7b.sam@gentoo
1 commit: 96b821f6584abb774d1b27b851295b1143aaff7b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 13:07:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:44:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b821f6
7
8 dev-libs/weston: fix variable references
9
10 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/weston/weston-8.0.0.ebuild | 2 +-
14 dev-libs/weston/weston-9.0.0.ebuild | 2 +-
15 dev-libs/weston/weston-9999.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild
19 index 159f8af3b1b..03826c7a7bf 100644
20 --- a/dev-libs/weston/weston-8.0.0.ebuild
21 +++ b/dev-libs/weston/weston-8.0.0.ebuild
22 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
23 EXPERIMENTAL="true"
24 fi
25
26 -inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS
27 +inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils ${GIT_ECLASS}
28
29 DESCRIPTION="Wayland reference compositor"
30 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
31
32 diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild
33 index d9ca85977e5..1ba5da8d021 100644
34 --- a/dev-libs/weston/weston-9.0.0.ebuild
35 +++ b/dev-libs/weston/weston-9.0.0.ebuild
36 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
37 EXPERIMENTAL="true"
38 fi
39
40 -inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS
41 +inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils ${GIT_ECLASS}
42
43 DESCRIPTION="Wayland reference compositor"
44 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
45
46 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
47 index ccac939f6d3..a86aed5f936 100644
48 --- a/dev-libs/weston/weston-9999.ebuild
49 +++ b/dev-libs/weston/weston-9999.ebuild
50 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
51 EXPERIMENTAL="true"
52 fi
53
54 -inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS
55 +inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils ${GIT_ECLASS}
56
57 DESCRIPTION="Wayland reference compositor"
58 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"