dev-db/sqlitebrowser: Eliminate qt4 vs. qt5 REQUIRED_USE

Drop useless subslot operator. Minimal change.

Package-Manager: portage-2.3.0

sqlitebrowser-3.8.0.ebuild
Closes: https://github.com/gentoo/gentoo/pull/2793

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2016-11-09 19:54:54 +01:00
committed by David Seifert
parent 58c9ff5282
commit cbad8de74f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,16 +15,14 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 MPL-2.0"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="qt4 qt5 test"
REQUIRED_USE="^^ ( qt4 qt5 )"
IUSE="qt5 test"
RDEPEND="
dev-cpp/antlr-cpp:2=
dev-cpp/antlr-cpp:2
dev-db/sqlite:3
dev-libs/qcustomplot[qt5=]
x11-libs/qscintilla
qt4? (
!qt5? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)