commit: ff642f0fb4bc1543b04588d8e2008f7c10ada8a6 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed Jul 31 14:06:18 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Aug 1 07:43:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff642f0f
media-sound/ptabtools: fix pkgcheck issues Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/ptabtools/ptabtools-0.5.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/ptabtools/ptabtools-0.5.0.ebuild b/media-sound/ptabtools/ptabtools-0.5.0.ebuild index 15641a2b9e4c..02304ba134eb 100644 --- a/media-sound/ptabtools/ptabtools-0.5.0.ebuild +++ b/media-sound/ptabtools/ptabtools-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,14 +12,13 @@ SRC_URI="https://www.samba.org/~jelmer/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="" +BDEPEND="virtual/pkgconfig" RDEPEND=" dev-libs/popt:= dev-libs/libxml2:= dev-libs/libxslt:=" DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
