summaryrefslogtreecommitdiff
path: root/gui-apps/swaybg/swaybg-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/swaybg/swaybg-1.0.ebuild')
-rw-r--r--gui-apps/swaybg/swaybg-1.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild b/gui-apps/swaybg/swaybg-1.0.ebuild
index 37ec67bd1e63..102d9f6f0524 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
+ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
@@ -38,7 +38,6 @@ BDEPEND="
src_configure() {
local emesonargs=(
-Dman-pages=$(usex man enabled disabled)
- "-Dwerror=false"
)
meson_src_configure