diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-08-17 10:17:46 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-08-17 14:36:25 +0800 |
commit | b007d9c9bb13871265d01ed7aa9fd3b88f81ee2e (patch) | |
tree | e672443c8de44c9a82d37b128f31878e919b6138 /app-emulation/spice-protocol | |
parent | app-emulation/spice-protocol: version bump 0.12.12, EAPI=6 (diff) | |
download | gentoo-b007d9c9bb13871265d01ed7aa9fd3b88f81ee2e.tar.gz gentoo-b007d9c9bb13871265d01ed7aa9fd3b88f81ee2e.tar.bz2 gentoo-b007d9c9bb13871265d01ed7aa9fd3b88f81ee2e.zip |
app-emulation/spice-protocol: switch git-r3.eclass and EAPI=6
Package-Manager: portage-2.3.0
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 2d21d4c757a4..89e148e198c6 100644 --- a/app-emulation/spice-protocol/spice-protocol-9999.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-9999.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 if [[ ${PV} = *9999* ]]; then - inherit git-2 autotools + inherit git-r3 autotools EGIT_REPO_URI="git://anongit.freedesktop.org/spice/spice-protocol" SRC_URI="" KEYWORDS="" |