app-mobilephone/anyremote: Port to EAPI 8

Closes: https://bugs.gentoo.org/819735
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić 2021-10-24 12:34:07 +02:00
parent 07e71cfacb
commit 0b397b3da4
No known key found for this signature in database
GPG Key ID: 82295E1EFAE3208F
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=8
DESCRIPTION="Bluetooth, infrared or cable remote control service"
HOMEPAGE="http://anyremote.sourceforge.net/"
@ -24,9 +24,8 @@ RDEPEND="
zeroconf? ( net-dns/avahi )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README )