diff options
-rw-r--r-- | dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild index eed8e84a6d1..af6ff97a5db 100644 --- a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild +++ b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PLOCALES="de es fr it pl pt_BR ro_RO ru sk zh_CN" - inherit desktop l10n qmake-utils xdg DESCRIPTION="Powerful cross-platform SQLite database manager" @@ -15,9 +14,9 @@ KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" SLOT="0" IUSE="cli cups tcl test" -RESTRICT="!test? ( test )" REQUIRED_USE="test? ( cli )" +RESTRICT="!test? ( test )" RDEPEND=" dev-db/sqlite:3 @@ -37,6 +36,10 @@ DEPEND="${RDEPEND} dev-qt/qtconcurrent:5 test? ( dev-qt/qttest:5 ) " +BDEPEND=" + dev-qt/linguist-tools:5 +" + PATCHES=( "${FILESDIR}"/${P}-libressl.patch ) S="${WORKDIR}" |