summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlitebrowser/sqlitebrowser-3.8.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.8.0.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.8.0.ebuild
index 2c36d5e2964a..e9d2802e97d4 100644
--- a/dev-db/sqlitebrowser/sqlitebrowser-3.8.0.ebuild
+++ b/dev-db/sqlitebrowser/sqlitebrowser-3.8.0.ebuild
@@ -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
)