diff options
author | 2015-11-20 22:58:10 +0100 | |
---|---|---|
committer | 2015-11-20 22:58:10 +0100 | |
commit | 54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch) | |
tree | 7ad61db574e9209732242a31b324d1df567021ea /media-gfx/pqiv | |
parent | app-arch/archwrap: Version bump (diff) | |
download | mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.gz mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.bz2 mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.zip |
Bump to EAPI=6
Diffstat (limited to 'media-gfx/pqiv')
-rw-r--r-- | media-gfx/pqiv/pqiv-2.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-gfx/pqiv/pqiv-2.2.ebuild b/media-gfx/pqiv/pqiv-2.2.ebuild index 31a0a5ca..48322785 100644 --- a/media-gfx/pqiv/pqiv-2.2.ebuild +++ b/media-gfx/pqiv/pqiv-2.2.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit linux-info toolchain-funcs eutils +EAPI=6 +inherit linux-info toolchain-funcs DESCRIPTION="Modern rewrite of Quick Image Viewer" HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme/Linux/pqiv/" @@ -28,10 +28,6 @@ pkg_setup() { fi } -src_prepare() { - epatch_user -} - src_configure() { local gtkver=3 ! use gtk2 || gtkver=2 |