summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-04 21:16:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-04 23:24:29 +0200
commitb652be6307a7267036d0ad56cdfd3384a3ef1190 (patch)
tree745c6e0db22bfca0218561a4002575b80701b0e4 /media-gfx
parentmedia-gfx/arss: update EAPI 7 -> 8 (diff)
downloadgentoo-b652be6307a7267036d0ad56cdfd3384a3ef1190.tar.gz
gentoo-b652be6307a7267036d0ad56cdfd3384a3ef1190.tar.bz2
gentoo-b652be6307a7267036d0ad56cdfd3384a3ef1190.zip
media-gfx/autopano-sift-C: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/autopano-sift-C/autopano-sift-C-2.5.1-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1-r1.ebuild b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1-r1.ebuild
index 46f392cc4563..1de66eca64d0 100644
--- a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1-r1.ebuild
+++ b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
DESCRIPTION="SIFT algorithm for automatic panorama creation in C"
-HOMEPAGE="http://hugin.sourceforge.net/ http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
+HOMEPAGE="https://hugin.sourceforge.net/ http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
SRC_URI="mirror://sourceforge/hugin/${P}.tar.gz"
LICENSE="GPL-2"
@@ -20,7 +20,8 @@ DEPEND="
media-libs/libpano13:=
media-libs/libpng:=
media-libs/tiff:=
- sys-libs/zlib"
+ sys-libs/zlib
+"
RDEPEND="${DEPEND}
!media-gfx/autopano-sift
"