diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-10 09:14:34 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-10 09:27:26 +0200 |
commit | df83291b6825f78e26c5b8b38df49bc1546e43a7 (patch) | |
tree | 7407057a46218cc383c5170f818993a7d5cb8b7d /gnome-base | |
parent | package.mask: Only mask the currently broken version of sys-apps/attr (diff) | |
download | gentoo-df83291b6825f78e26c5b8b38df49bc1546e43a7.tar.gz gentoo-df83291b6825f78e26c5b8b38df49bc1546e43a7.tar.bz2 gentoo-df83291b6825f78e26c5b8b38df49bc1546e43a7.zip |
gnome-base/gnome-settings-daemon: handle test restricting via package.use.mask
This allows to keep the deps without commenting them out, but not have them
pulled into deptree, which currently leads to dbusmock keyword trouble
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild index 3534c5fa68f0..1b5f1cb13c97 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -96,8 +96,7 @@ DEPEND="${COMMON_DEPEND} " # TypeErrors with python3; weird test errors with python2; all in power component that was made required now -RESTRICT="test" -# RESTRICT="!test? ( test )" +RESTRICT="!test? ( test )" PATCHES=( # Make colord and wacom optional; requires eautoreconf |