diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 02:18:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:03 +0200 |
commit | 480547fc1b4274486b46aef47ff8f2953b7c4117 (patch) | |
tree | 1f5224c80b91764f3c5ca1907284dcf19f07be3b /app-portage | |
parent | app-office/kraft: Add QT3SUPPORT_REQUIRED="true", SQL_REQUIRED="always" (diff) | |
download | gentoo-480547fc1b4274486b46aef47ff8f2953b7c4117.tar.gz gentoo-480547fc1b4274486b46aef47ff8f2953b7c4117.tar.bz2 gentoo-480547fc1b4274486b46aef47ff8f2953b7c4117.zip |
app-portage/kuroo4: Add QT3SUPPORT_REQUIRED="true"
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/kuroo4/kuroo4-0.90.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-portage/kuroo4/kuroo4-0.90.5.ebuild b/app-portage/kuroo4/kuroo4-0.90.5.ebuild index 62c073b3c8a6..e54ca5334b90 100644 --- a/app-portage/kuroo4/kuroo4-0.90.5.ebuild +++ b/app-portage/kuroo4/kuroo4-0.90.5.ebuild @@ -3,6 +3,7 @@ EAPI=6 +QT3SUPPORT_REQUIRED="true" inherit kde4-base DESCRIPTION="Graphical Portage frontend based on KDELibs4/Qt4" @@ -18,6 +19,6 @@ DEPEND="dev-db/sqlite:3" RDEPEND="${DEPEND} app-portage/gentoolkit - || ( kde-plasma/kde-cli-tools[kdesu] $(add_kdeapps_dep kdesu) ) kde-apps/kompare:* + kde-plasma/kde-cli-tools[kdesu] " |