diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-24 12:34:07 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-24 18:56:39 +0200 |
commit | 0b397b3da4c7aa0d528b1d3d69b1bc9fb578c2c0 (patch) | |
tree | c0b47d82c0873bef36b55fe44ecd0e767cc1565b | |
parent | app-pda/ideviceinstaller: Port to EAPI 8 (diff) | |
download | gentoo-0b397b3da4c7aa0d528b1d3d69b1bc9fb578c2c0.tar.gz gentoo-0b397b3da4c7aa0d528b1d3d69b1bc9fb578c2c0.tar.bz2 gentoo-0b397b3da4c7aa0d528b1d3d69b1bc9fb578c2c0.zip |
app-mobilephone/anyremote: Port to EAPI 8
Closes: https://bugs.gentoo.org/819735
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | app-mobilephone/anyremote/anyremote-6.5.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-mobilephone/anyremote/anyremote-6.5.ebuild b/app-mobilephone/anyremote/anyremote-6.5.ebuild index 8f44f2a4b9c0..3cdd0f3f8831 100644 --- a/app-mobilephone/anyremote/anyremote-6.5.ebuild +++ b/app-mobilephone/anyremote/anyremote-6.5.ebuild @@ -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 ) |