diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-01 19:24:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-01 19:25:34 +0100 |
commit | 81b5a806b67a7c35d34c6bfccbdcfe36472d067e (patch) | |
tree | 4b551b6dc5535639a7558f7a9eba84a62ff1c6ce /dev-libs/weston | |
parent | sys-fs/lde: fix ncurses[tinfo], fix -fno-common, EAPI 7 (diff) | |
download | gentoo-81b5a806b67a7c35d34c6bfccbdcfe36472d067e.tar.gz gentoo-81b5a806b67a7c35d34c6bfccbdcfe36472d067e.tar.bz2 gentoo-81b5a806b67a7c35d34c6bfccbdcfe36472d067e.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-8.0.0.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/weston/weston-9.0.0.ebuild | 7 | ||||
-rw-r--r-- | 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 494278ed2041..159f8af3b1b1 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 a65a36db98b6..fcc8d36a421d 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 097c7f0c70b9..ccac939f6d31 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" |