commit:     422df4a3667acef549a1a918b90ba20b8f946620
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 23 15:16:32 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 15:22:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422df4a3

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 <AT> gentoo.org>

 sys-apps/lshw/lshw-02.18b-r1.ebuild | 4 ++--
 1 file 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 bd4bc8ff6db..5df82efaafa 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 )"

Reply via email to