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 819EF1382C5 for ; Fri, 1 Jan 2021 18:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC57FE07F1; Fri, 1 Jan 2021 18:25:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 833F7E07F1 for ; Fri, 1 Jan 2021 18:25:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2277B33BEF5 for ; Fri, 1 Jan 2021 18:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87FB2C3 for ; Fri, 1 Jan 2021 18:25:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1609525534.81b5a806b67a7c35d34c6bfccbdcfe36472d067e.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 81b5a806b67a7c35d34c6bfccbdcfe36472d067e X-VCS-Branch: master Date: Fri, 1 Jan 2021 18:25:45 +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: 2e02f072-9e15-4050-9d34-045bf9236250 X-Archives-Hash: de3702980590df151737b3f7e825d7fb commit: 81b5a806b67a7c35d34c6bfccbdcfe36472d067e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 1 18:24:40 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 1 18:25:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b5a806 dev-libs/weston: Drop duplicate KEYWORDS line, actual 9.0.0 amd64 stable Bug: https://bugs.gentoo.org/757378 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/weston/weston-8.0.0.ebuild | 5 ++--- dev-libs/weston/weston-9.0.0.ebuild | 7 +++---- dev-libs/weston/weston-9999.ebuild | 5 ++--- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild index 494278ed204..159f8af3b1b 100644 --- a/dev-libs/weston/weston-8.0.0.ebuild +++ b/dev-libs/weston/weston-8.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,9 +14,8 @@ 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" -if [[ $PV = 9999* ]]; then +if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="amd64 arm x86" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" KEYWORDS="amd64 arm x86" diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild index a65a36db98b..fcc8d36a421 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,12 +14,11 @@ 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" -if [[ $PV = 9999* ]]; then +if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="amd64 x86" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~amd64 ~arm x86" + KEYWORDS="amd64 ~arm x86" fi LICENSE="MIT CC-BY-SA-3.0" diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 097c7f0c70b..ccac939f6d3 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,9 +14,8 @@ 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" -if [[ $PV = 9999* ]]; then +if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~x86"