aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2016-04-26 23:48:49 +0300
committerJimi Huotari <chiitoo@gentoo.org>2016-04-28 09:57:16 +0300
commitffcc67fcc617e5d6cfef901b204e4dfcfe407424 (patch)
treeedc1b5c86be8f6e934a8db1787c123b641fb70d9
parentwww-client/qupzilla: Remove unneeded patch. (diff)
downloadqt-ffcc67fc.tar.gz
qt-ffcc67fc.tar.bz2
qt-ffcc67fc.zip
www-client/qupzilla: Bump to EAPI 6.
Package-Manager: portage-2.2.28
-rw-r--r--www-client/qupzilla/qupzilla-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index d8d8631c..10ccc6ee 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
MY_PN="QupZilla"
MY_P=${MY_PN}-${PV}
@@ -65,8 +65,6 @@ src_prepare() {
rm translations/${1}.ts || die
}
- epatch_user
-
# remove outdated prebuilt localizations
rm -rf bin/locale || die
@@ -78,6 +76,8 @@ src_prepare() {
l10n_find_plocales_changes "translations" "" ".ts"
l10n_for_each_disabled_locale_do rm_loc
+
+ default
}
src_configure() {