diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-04-26 23:00:25 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-04-26 23:06:40 +0100 |
commit | d35697f63e22b6106ef5d2b989bbebb8de5fa893 (patch) | |
tree | e46f0a66999697fa17ce03a8af7d453abf665af4 /dev-libs/weston | |
parent | dev-libs/weston: Restore ppc64 keywords (diff) | |
download | gentoo-d35697f63e22b6106ef5d2b989bbebb8de5fa893.tar.gz gentoo-d35697f63e22b6106ef5d2b989bbebb8de5fa893.tar.bz2 gentoo-d35697f63e22b6106ef5d2b989bbebb8de5fa893.zip |
dev-libs/weston: Undo ppc64 keywording
Sorry, I panicked there and forgot about the dependencies. Let's just
mask gtk[test] for the moment while we keyword everything properly.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-13.0.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/weston/weston-13.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild b/dev-libs/weston/weston-13.0.0-r2.ebuild index 38a6d926b301..5cbd993aa607 100644 --- a/dev-libs/weston/weston-13.0.0-r2.ebuild +++ b/dev-libs/weston/weston-13.0.0-r2.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~riscv x86" fi LICENSE="MIT CC-BY-SA-3.0" diff --git a/dev-libs/weston/weston-13.0.1.ebuild b/dev-libs/weston/weston-13.0.1.ebuild index 071601606aaa..002b836d7566 100644 --- a/dev-libs/weston/weston-13.0.1.ebuild +++ b/dev-libs/weston/weston-13.0.1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~riscv ~x86" fi LICENSE="MIT CC-BY-SA-3.0" |