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 935E1139694 for ; Wed, 1 Mar 2017 22:18:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C629E0CC5; Wed, 1 Mar 2017 22:18:11 +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 44C0DE0CC5 for ; Wed, 1 Mar 2017 22:18:11 +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 444323416C9 for ; Wed, 1 Mar 2017 22:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB07B58E8 for ; Wed, 1 Mar 2017 22:18:08 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1488406639.7ee35c0615ca18903e478581e23ff4efbdb75a0a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/MANIFEST.in X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7ee35c0615ca18903e478581e23ff4efbdb75a0a X-VCS-Branch: master Date: Wed, 1 Mar 2017 22:18:08 +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: 7fa4afa2-0f26-408b-8b8f-0956b959dc2c X-Archives-Hash: b85ed301471af1e83c84d87d28ddb2e6 commit: 7ee35c0615ca18903e478581e23ff4efbdb75a0a Author: Zac Medico gentoo org> AuthorDate: Wed Mar 1 22:16:56 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Mar 1 22:17:19 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7ee35c06 repoman/MANIFEST.in: include .repoman_not_installed Suggested-by: Arfrever Frehtes Taifersar Arahesis gmail.com> repoman/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/repoman/MANIFEST.in b/repoman/MANIFEST.in index ed81a97db..d9ef2aee0 100644 --- a/repoman/MANIFEST.in +++ b/repoman/MANIFEST.in @@ -1,3 +1,4 @@ # for the tests include cnf/metadata.xsd +include .repoman_not_installed