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 28607139083 for ; Wed, 6 Dec 2017 03:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E04BE1121; Wed, 6 Dec 2017 03:23:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B502E1121 for ; Wed, 6 Dec 2017 03:23:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D7AAD33BE18 for ; Wed, 6 Dec 2017 03:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B529AE65 for ; Wed, 6 Dec 2017 03:23:52 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1512530613.3eebecadfbed2cd5709ed64d2976153a07031762.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/bdftopcf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/bdftopcf/bdftopcf-1.1.ebuild X-VCS-Directories: x11-apps/bdftopcf/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3eebecadfbed2cd5709ed64d2976153a07031762 X-VCS-Branch: master Date: Wed, 6 Dec 2017 03:23:52 +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: 19d10ea9-756c-44e8-91b4-9fb294df1208 X-Archives-Hash: 62a1485aadfdf10e4766e0197b3af122 commit: 3eebecadfbed2cd5709ed64d2976153a07031762 Author: Matt Turner gentoo org> AuthorDate: Wed Dec 6 03:23:17 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 6 03:23:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eebecad x11-apps/bdftopcf: Depend on x11-proto/xproto Closes: https://bugs.gentoo.org/639842 x11-apps/bdftopcf/bdftopcf-1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-apps/bdftopcf/bdftopcf-1.1.ebuild b/x11-apps/bdftopcf/bdftopcf-1.1.ebuild index a51b4f707be..804f58b6d98 100644 --- a/x11-apps/bdftopcf/bdftopcf-1.1.ebuild +++ b/x11-apps/bdftopcf/bdftopcf-1.1.ebuild @@ -9,5 +9,7 @@ DESCRIPTION="X.Org bdftopcf application" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="x11-proto/fontsproto" +DEPEND=" + x11-proto/fontsproto + x11-proto/xproto" RDEPEND=""