diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-03-23 10:16:32 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-03-23 10:22:08 -0500 |
commit | 422df4a3667acef549a1a918b90ba20b8f946620 (patch) | |
tree | 54244fc4a7a588800b6f0cf444b400f6952ffa48 /sys-apps | |
parent | sys-apps/lshw: snapshot for gtk3 support (diff) | |
download | gentoo-422df4a3667acef549a1a918b90ba20b8f946620.tar.gz gentoo-422df4a3667acef549a1a918b90ba20b8f946620.tar.bz2 gentoo-422df4a3667acef549a1a918b90ba20b8f946620.zip |
sys-apps/lshw: disallow USE="static sqlite"
Closes: https://bugs.gentoo.org/720370
Closes: https://github.com/gentoo/gentoo/pull/19674
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/lshw/lshw-02.18b-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/lshw/lshw-02.18b-r1.ebuild b/sys-apps/lshw/lshw-02.18b-r1.ebuild index bd4bc8ff6db2..5df82efaafaf 100644 --- a/sys-apps/lshw/lshw-02.18b-r1.ebuild +++ b/sys-apps/lshw/lshw-02.18b-r1.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="5" @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="gtk sqlite static" -REQUIRED_USE="static? ( !gtk )" +REQUIRED_USE="static? ( !gtk !sqlite )" RDEPEND="gtk? ( x11-libs/gtk+:2 ) sqlite? ( dev-db/sqlite:3 )" |