diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-30 14:04:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-30 20:26:00 +0100 |
commit | 656b6a4aaca698222445002a04bdd5ec8635f6f2 (patch) | |
tree | 7e27604562eab7328fc76b3bc996edbd347c5dc9 /kde-misc | |
parent | net-analyzer/ettercap: arm stable wrt bug #612226 (diff) | |
download | gentoo-656b6a4aaca698222445002a04bdd5ec8635f6f2.tar.gz gentoo-656b6a4aaca698222445002a04bdd5ec8635f6f2.tar.bz2 gentoo-656b6a4aaca698222445002a04bdd5ec8635f6f2.zip |
kde-misc/yakuake: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/yakuake/yakuake-3.0.5-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild index 53cb9758ae62..afa2667addc2 100644 --- a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild +++ b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit kde5 @@ -49,11 +49,7 @@ RDEPEND="${DEPEND} !kde-misc/yakuake:4 " -PATCHES=( - "${WORKDIR}/${P}-patches/${P}-kmainwindow.patch" - "${WORKDIR}/${P}-patches/${P}-qicon.patch" - "${WORKDIR}/${P}-patches/${P}-kwindowsystem.patch" -) +PATCHES=( "${WORKDIR}/${P}-patches" ) src_configure() { local mycmakeargs=( |