summaryrefslogtreecommitdiff
path: root/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-12 11:28:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-12 11:28:19 +0100
commit949f40bfce898427eff8391d6b07b5aafc9e92a2 (patch)
treecc00375087195bd62662092657ece5a582a22798 /media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
parented7b29dac0f97dbcf5472b7556b83731a6b6b0d4 (diff)
gentoo auto-resync : 12:04:2024 - 11:28:19
Diffstat (limited to 'media-gfx/pixels2pgf/pixels2pgf-9999.ebuild')
-rw-r--r--media-gfx/pixels2pgf/pixels2pgf-9999.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index ae8db1f90a5d..22eefdf7f9be 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
EGIT_REPO_URI="https://github.com/projg2/${PN}.git"
inherit autotools git-r3
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
HOMEPAGE="https://github.com/projg2/pixels2pgf/"
-SRC_URI=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
-IUSE=""
-RDEPEND="media-libs/libsdl:0=
- media-libs/sdl-image:0="
+RDEPEND="
+ media-libs/libsdl:0=
+ media-libs/sdl-image:0=
+"
DEPEND="${RDEPEND}"
src_prepare() {