diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 21:21:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 23:24:29 +0200 |
commit | 0e64916ba08ca3915c6be3f8ac225db0bfebbbf6 (patch) | |
tree | 2edcf86176679d19621d60da40c648aea74d892e /media-sound/pms | |
parent | media-gfx/scantailor-advanced: update EAPI 7 -> 8 (diff) | |
download | gentoo-0e64916ba08ca3915c6be3f8ac225db0bfebbbf6.tar.gz gentoo-0e64916ba08ca3915c6be3f8ac225db0bfebbbf6.tar.bz2 gentoo-0e64916ba08ca3915c6be3f8ac225db0bfebbbf6.zip |
media-sound/pms: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/pms')
-rw-r--r-- | media-sound/pms/pms-0.42_p20170508-r1.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/media-sound/pms/pms-0.42_p20170508-r1.ebuild b/media-sound/pms/pms-0.42_p20170508-r1.ebuild index d7935d73fe64..ca0250888b93 100644 --- a/media-sound/pms/pms-0.42_p20170508-r1.ebuild +++ b/media-sound/pms/pms-0.42_p20170508-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake vcs-snapshot REF="8c8918488a4a22924ee04442dc5e5216783d51ff" -DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++" +DESCRIPTION="Practical Music Search: open source ncurses client for mpd, written in C++" HOMEPAGE="https://ambientsound.github.io/pms" SRC_URI="https://github.com/ambientsound/${PN}/archive/${REF}.tar.gz -> ${P}.tar.gz" @@ -15,19 +15,17 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+regex doc" -BDEPEND=" - virtual/pkgconfig - doc? ( virtual/pandoc ) -" RDEPEND=" sys-libs/ncurses:=[unicode(+)] media-libs/libmpdclient " DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( virtual/pandoc ) +" -PATCHES=( - "${FILESDIR}"/${PN}-0.42_p20170508-gcc12-time.patch -) +PATCHES=( "${FILESDIR}"/${PN}-0.42_p20170508-gcc12-time.patch ) src_configure() { local mycmakeargs=( |