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 1E932138806 for ; Mon, 25 Dec 2017 14:43:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76CBBE0E86; Mon, 25 Dec 2017 14:43:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55E6AE0E86 for ; Mon, 25 Dec 2017 14:43:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D9B8340754 for ; Mon, 25 Dec 2017 14:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD9E5AEA0 for ; Mon, 25 Dec 2017 14:43:19 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514212988.6eaf812e99ecd1eccc5cd7077aa87233d8f7415c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/layman/layman-9999.ebuild X-VCS-Directories: app-portage/layman/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6eaf812e99ecd1eccc5cd7077aa87233d8f7415c X-VCS-Branch: master Date: Mon, 25 Dec 2017 14:43:19 +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: b6f6b5f9-73b8-4fc5-998a-67891a923699 X-Archives-Hash: 25d124716f93390db23afed9c22791bf commit: 6eaf812e99ecd1eccc5cd7077aa87233d8f7415c Author: David Seifert gentoo org> AuthorDate: Mon Dec 25 14:41:07 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 25 14:43:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eaf812e app-portage/layman: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-portage/layman/layman-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index c5419f1102f..c7ff3068c98 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -6,11 +6,10 @@ EAPI="5" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) PYTHON_REQ_USE="xml(+),sqlite?" -inherit eutils distutils-r1 git-2 linux-info prefix +inherit eutils distutils-r1 git-r3 linux-info prefix DESCRIPTION="Tool to manage Gentoo overlays" HOMEPAGE="http://layman.sourceforge.net" -SRC_URI="" EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git" LICENSE="GPL-2"