diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-07-28 13:27:58 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-07-28 14:37:11 -0500 |
commit | b68bd14a4b5cb5f16a4e35c9dfc72c4f591c74a2 (patch) | |
tree | 694f31ea0a196a503864021fee6bc19a1534e397 /app-emulation/spice-protocol | |
parent | app-emulation/spice-protocol: version bump to 0.12.15 (diff) | |
download | gentoo-b68bd14a4b5cb5f16a4e35c9dfc72c4f591c74a2.tar.gz gentoo-b68bd14a4b5cb5f16a4e35c9dfc72c4f591c74a2.tar.bz2 gentoo-b68bd14a4b5cb5f16a4e35c9dfc72c4f591c74a2.zip |
app-emulation/spice-protocol: bump EAPI
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice-protocol/spice-protocol-9999.ebuild b/app-emulation/spice-protocol/spice-protocol-9999.ebuild index 2e46f9e6f3b6..781224a6a4c7 100644 --- a/app-emulation/spice-protocol/spice-protocol-9999.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} = *9999* ]]; then inherit git-r3 autotools |