kde-misc/kover: Add QT3SUPPORT_REQUIRED="true"
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 17 Aug 2017 00:01:58 +0000 (02:01 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 17 Aug 2017 18:58:06 +0000 (20:58 +0200)
Package-Manager: Portage-2.3.7, Repoman-2.3.3

kde-misc/kover/kover-6.ebuild

index b5780a33d535d64c635b312efe736587c9eb1097..ae4900a7e97f7c7c4e8f33c03dc8103e3fab9c3c 100644 (file)
@@ -1,9 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-KDE_LINGUAS="de es fr it nb no pl"
 
+KDE_LINGUAS="de es fr it nb no pl"
+QT3SUPPORT_REQUIRED="true"
 inherit kde4-base
 
 DESCRIPTION="An easy to use WYSIWYG CD cover printer with CDDB support"
@@ -22,6 +23,5 @@ RDEPEND="
 DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )
 "
-PATCHES=(
-       "${FILESDIR}/${PN}-4-cflags.patch"
-)
+
+PATCHES=( "${FILESDIR}/${PN}-4-cflags.patch" )