mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/fotocx: EAPI=8, QA fixes
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature xdg-utils
|
||||
|
||||
DESCRIPTION="Program for improving image files made with a digital camera"
|
||||
HOMEPAGE="https://kornelix.net/fotocx/fotocx.html"
|
||||
SRC_URI="https://kornelix.net/downloads/downloads/${P}-source.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
# For required dependencies read doc/README, for required tools read
|
||||
# data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an
|
||||
@@ -35,8 +35,6 @@ RDEPEND="
|
||||
x11-misc/xdg-utils
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-24.11-documentation.patch" )
|
||||
|
||||
DOCS=()
|
||||
Reference in New Issue
Block a user