mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/aseqview: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/680722 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="ALSA sequencer event viewer/filter"
|
||||
HOMEPAGE="https://www.alsa-project.org/~iwai/alsa.html"
|
||||
HOMEPAGE="https://github.com/tiwai/aseqview"
|
||||
SRC_URI="https://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=media-libs/alsa-lib-0.9.0
|
||||
x11-libs/gtk+:2
|
||||
net-libs/libpcap"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
RDEPEND="
|
||||
media-libs/alsa-lib
|
||||
net-libs/libpcap
|
||||
x11-libs/gtk+:2"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
econf --disable-alsatest --disable-gtktest --enable-gtk2
|
||||
Reference in New Issue
Block a user