From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 727DA1382C5 for ; Sat, 3 Apr 2021 15:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27FEE08E5; Sat, 3 Apr 2021 15:44:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E4B7E08E8 for ; Sat, 3 Apr 2021 15:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B27C9340C96 for ; Sat, 3 Apr 2021 15:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68CE1673 for ; Sat, 3 Apr 2021 15:44:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617464641.96b821f6584abb774d1b27b851295b1143aaff7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-8.0.0.ebuild dev-libs/weston/weston-9.0.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96b821f6584abb774d1b27b851295b1143aaff7b X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:44:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53fbd06c-31b8-4503-a0f7-3fe5e61184f2 X-Archives-Hash: 50036ba891224958e67d0ff15d8fb33d commit: 96b821f6584abb774d1b27b851295b1143aaff7b Author: Sam James gentoo org> AuthorDate: Fri Apr 2 13:07:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:44:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b821f6 dev-libs/weston: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/weston/weston-8.0.0.ebuild | 2 +- dev-libs/weston/weston-9.0.0.ebuild | 2 +- dev-libs/weston/weston-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild index 159f8af3b1b..03826c7a7bf 100644 --- a/dev-libs/weston/weston-8.0.0.ebuild +++ b/dev-libs/weston/weston-8.0.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS +inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils ${GIT_ECLASS} DESCRIPTION="Wayland reference compositor" HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild index d9ca85977e5..1ba5da8d021 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS +inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils ${GIT_ECLASS} DESCRIPTION="Wayland reference compositor" HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index ccac939f6d3..a86aed5f936 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS +inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils ${GIT_ECLASS} DESCRIPTION="Wayland reference compositor" HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"