commit: a1d0b77a80d9e52a30f09f0c048e916bf9e2aac9 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed Jul 31 14:04:13 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=a1d0b77a
media-sound/mpdas: fix pkgcheck issues Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/mpdas/mpdas-0.4.5.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-sound/mpdas/mpdas-0.4.5.ebuild b/media-sound/mpdas/mpdas-0.4.5.ebuild index 3ef2228a59fe..1aabaeef5389 100644 --- a/media-sound/mpdas/mpdas-0.4.5.ebuild +++ b/media-sound/mpdas/mpdas-0.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,11 +12,8 @@ SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -BDEPEND=" - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" DEPEND=" media-libs/libmpdclient net-misc/curl"
