Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/bdftopcf/
Date: Wed, 06 Dec 2017 03:23:56
Message-Id: 1512530613.3eebecadfbed2cd5709ed64d2976153a07031762.mattst88@gentoo
1 commit: 3eebecadfbed2cd5709ed64d2976153a07031762
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 6 03:23:17 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 03:23:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eebecad
7
8 x11-apps/bdftopcf: Depend on x11-proto/xproto
9
10 Closes: https://bugs.gentoo.org/639842
11
12 x11-apps/bdftopcf/bdftopcf-1.1.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-apps/bdftopcf/bdftopcf-1.1.ebuild b/x11-apps/bdftopcf/bdftopcf-1.1.ebuild
16 index a51b4f707be..804f58b6d98 100644
17 --- a/x11-apps/bdftopcf/bdftopcf-1.1.ebuild
18 +++ b/x11-apps/bdftopcf/bdftopcf-1.1.ebuild
19 @@ -9,5 +9,7 @@ DESCRIPTION="X.Org bdftopcf application"
20
21 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"
22 IUSE=""
23 -DEPEND="x11-proto/fontsproto"
24 +DEPEND="
25 + x11-proto/fontsproto
26 + x11-proto/xproto"
27 RDEPEND=""