diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 02:01:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:06 +0200 |
commit | 1aa213861b9a610db7ae0b4d3173354c851aaef0 (patch) | |
tree | f54598275d1ff9ff0e6b48c0716f36f31feb5db8 /kde-misc | |
parent | kde-misc/kopete-thinklight: Add QT3SUPPORT_REQUIRED="true" (diff) | |
download | gentoo-1aa213861b9a610db7ae0b4d3173354c851aaef0.tar.gz gentoo-1aa213861b9a610db7ae0b4d3173354c851aaef0.tar.bz2 gentoo-1aa213861b9a610db7ae0b4d3173354c851aaef0.zip |
kde-misc/kover: Add QT3SUPPORT_REQUIRED="true"
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kover/kover-6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-misc/kover/kover-6.ebuild b/kde-misc/kover/kover-6.ebuild index b5780a33d535..ae4900a7e97f 100644 --- a/kde-misc/kover/kover-6.ebuild +++ b/kde-misc/kover/kover-6.ebuild @@ -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" ) |