diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-11-24 17:08:47 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-11-24 17:09:17 +0000 |
commit | eba80632a52cf39068ce27b2544f3a745cdf6aef (patch) | |
tree | b98b055f858ab9337a3342f2e4d5324190dcffa6 /app-pda/gtkpod | |
parent | dev-python/doit: Stabilize 0.36.0-r1 arm64, #918218 (diff) | |
download | gentoo-eba80632a52cf39068ce27b2544f3a745cdf6aef.tar.gz gentoo-eba80632a52cf39068ce27b2544f3a745cdf6aef.tar.bz2 gentoo-eba80632a52cf39068ce27b2544f3a745cdf6aef.zip |
app-pda/gtkpod: EAPI 8, fix dependencies
Some DEPENDs should have been BDEPENDs.
Closes: https://bugs.gentoo.org/918111
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-pda/gtkpod')
-rw-r--r-- | app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild (renamed from app-pda/gtkpod/gtkpod-2.1.5-r4.ebuild) | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/app-pda/gtkpod/gtkpod-2.1.5-r4.ebuild b/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild index 334dc29901ad..47da5b3bfd6f 100644 --- a/app-pda/gtkpod/gtkpod-2.1.5-r4.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild @@ -1,7 +1,7 @@ -# 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 # Not all modules needed by py script are packaged in Gentoo #PYTHON_COMPAT=( python3_{6..9} ) @@ -56,18 +56,22 @@ RDEPEND="${COMMON_DEPEND} # eautoreconf, bug #659748 DEPEND="${COMMON_DEPEND} media-libs/gstreamer:1.0 +" + +BDEPEND=" dev-util/intltool sys-devel/flex sys-devel/gettext - virtual/os-headers virtual/pkgconfig " -src_prepare() { - xdg_src_prepare +PATCHES=( + "${FILESDIR}"/${PN}-2.1.3-gold.patch + "${FILESDIR}"/${PN}-2.1.5-m4a.patch +) - eapply "${FILESDIR}"/${PN}-2.1.3-gold.patch - eapply "${FILESDIR}"/${PN}-2.1.5-m4a.patch +src_prepare() { + default # python_fix_shebang scripts/ # 2to3 --no-diffs -w scripts/sync-palm-jppy.py || die |