summaryrefslogtreecommitdiff
path: root/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild')
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
index b1f40ae0f6ab..c7d039a2bf1f 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VER
LICENSE="LGPL-2.1"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
IUSE="doc"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -27,6 +27,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
+ $(vala_depend)
dev-util/gdbus-codegen
dev-util/glib-utils
dev-libs/check
@@ -39,7 +40,7 @@ RESTRICT="test"
src_prepare() {
default
- vala_src_prepare
+ vala_src_prepare --ignore-use
use doc || sed -e "/^subdir('docs')$/d" -i meson.build || die
}