diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-07 23:56:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-07 23:56:37 +0100 |
commit | cbc8b0acc79359b95d570e709409cbd5e9a4d183 (patch) | |
tree | ed01fbf26e6d89658ec1516b915da9823cd413e4 /kde-apps/superkaramba | |
parent | media-libs/qimageblitz: Drop IUSE=qt5 (diff) | |
download | kde-sunset-cbc8b0acc79359b95d570e709409cbd5e9a4d183.tar.gz kde-sunset-cbc8b0acc79359b95d570e709409cbd5e9a4d183.tar.bz2 kde-sunset-cbc8b0acc79359b95d570e709409cbd5e9a4d183.zip |
*/*: Cleanup media-libs/qimageblitz USEDEP (drop -qt5(-) req)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/superkaramba')
-rw-r--r-- | kde-apps/superkaramba/superkaramba-15.08.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild index 862c1b7b..f0711d41 100644 --- a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild +++ b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit kde4-base DESCRIPTION="A tool to create interactive applets for the KDE desktop" -HOMEPAGE="https://www.kde.org/applications/utilities/superkaramba -https://utils.kde.org/projects/superkaramba" +HOMEPAGE="https://techbase.kde.org/Projects/SuperKaramba/FAQ" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=" - media-libs/qimageblitz[-qt5(+)] + media-libs/qimageblitz x11-libs/libX11 x11-libs/libXrender " |