From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9C1313832E for ; Wed, 17 Aug 2016 06:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B6921C012; Wed, 17 Aug 2016 06:37:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43A9921C0CC for ; Wed, 17 Aug 2016 06:37:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B9E3340AA1 for ; Wed, 17 Aug 2016 06:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440BA245E for ; Wed, 17 Aug 2016 06:37:48 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1471415785.b007d9c9bb13871265d01ed7aa9fd3b88f81ee2e.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice-protocol/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice-protocol/spice-protocol-9999.ebuild X-VCS-Directories: app-emulation/spice-protocol/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b007d9c9bb13871265d01ed7aa9fd3b88f81ee2e X-VCS-Branch: master Date: Wed, 17 Aug 2016 06:37:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1731e22e-0f9f-4d15-ab7a-9f691ddecdee X-Archives-Hash: e69a48d0a8eba15cc18ebd23dfcf56d5 commit: b007d9c9bb13871265d01ed7aa9fd3b88f81ee2e Author: Yixun Lan gentoo org> AuthorDate: Wed Aug 17 02:17:46 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Aug 17 06:36:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b007d9c9 app-emulation/spice-protocol: switch git-r3.eclass and EAPI=6 Package-Manager: portage-2.3.0 app-emulation/spice-protocol/spice-protocol-9999.ebuild | 4 ++-- 1 file 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 2d21d4c..89e148e 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=""