summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-20 14:29:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-20 14:29:56 +0200
commit924d77a51c10d0374fe6de2b36a1c918b1966257 (patch)
treec26366686d7c770eade91f58dee51e05c6a73b1e /media-gfx
parentnet-dns/bind-tools: Version bump (v9.16.1) (diff)
downloadgentoo-924d77a51c10d0374fe6de2b36a1c918b1966257.tar.gz
gentoo-924d77a51c10d0374fe6de2b36a1c918b1966257.tar.bz2
gentoo-924d77a51c10d0374fe6de2b36a1c918b1966257.zip
media-gfx/clockphoto: EAPI-7 bump, ebuild style
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/clockphoto/clockphoto-1.2.ebuild16
1 files changed, 11 insertions, 5 deletions
diff --git a/media-gfx/clockphoto/clockphoto-1.2.ebuild b/media-gfx/clockphoto/clockphoto-1.2.ebuild
index c7140026fc37..3483056e2bd9 100644
--- a/media-gfx/clockphoto/clockphoto-1.2.ebuild
+++ b/media-gfx/clockphoto/clockphoto-1.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit qmake-utils
-DESCRIPTION="Adjusts photo timestamps based on clock photos."
+DESCRIPTION="Adjusts photo timestamps based on clock photos"
HOMEPAGE="https://git.zx2c4.com/clockphoto/about/"
SRC_URI="https://git.zx2c4.com/clockphoto/snapshot/${P}.tar.xz"
@@ -14,8 +14,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5"
-RDEPEND="media-gfx/exiv2 ${DEPEND}"
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+ media-gfx/exiv2
+"
src_configure() {
eqmake5