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 4DA35139694 for ; Mon, 13 Mar 2017 22:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B1A321C04E; Mon, 13 Mar 2017 22:46:16 +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 4101621C04E for ; Mon, 13 Mar 2017 22:46:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DBD7B33D3CE for ; Mon, 13 Mar 2017 22:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5AD3673E for ; Mon, 13 Mar 2017 22:46:12 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1489445138.38ceeb0114896422eb5f5bdc0fd5532feb96091c.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mandoc/mandoc-1.14.1-r1.ebuild app-text/mandoc/mandoc-1.14.1.ebuild X-VCS-Directories: app-text/mandoc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 38ceeb0114896422eb5f5bdc0fd5532feb96091c X-VCS-Branch: master Date: Mon, 13 Mar 2017 22:46:12 +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: 8173b554-195b-4b4c-8949-bc74a5054c56 X-Archives-Hash: 61c19b15481d718c50cd9c9b27604ce2 commit: 38ceeb0114896422eb5f5bdc0fd5532feb96091c Author: Mike Frysinger gentoo org> AuthorDate: Mon Mar 13 22:45:28 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Mar 13 22:45:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ceeb01 app-text/mandoc: use mman.conf to avoid man.conf collsion #607506 app-text/mandoc/{mandoc-1.14.1.ebuild => mandoc-1.14.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/mandoc/mandoc-1.14.1.ebuild b/app-text/mandoc/mandoc-1.14.1-r1.ebuild similarity index 98% rename from app-text/mandoc/mandoc-1.14.1.ebuild rename to app-text/mandoc/mandoc-1.14.1-r1.ebuild index 38558e82387..e20157edd17 100644 --- a/app-text/mandoc/mandoc-1.14.1.ebuild +++ b/app-text/mandoc/mandoc-1.14.1-r1.ebuild @@ -54,6 +54,7 @@ MANM_MDOC=mandoc_mdoc MANM_ROFF=mandoc_roff MANM_EQN=mandoc_eqn MANM_TBL=mandoc_tbl +MANM_MANCONF=mman.conf HAVE_SQLITE3="$(usex sqlite 1 0)"