diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-12-05 19:23:17 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-12-05 19:23:33 -0800 |
commit | 3eebecadfbed2cd5709ed64d2976153a07031762 (patch) | |
tree | a0c54135e13c5c43909c26cfd867beec3510ac94 /x11-apps/bdftopcf | |
parent | dev-db/percona-server: Restrict to emake as ninja fails (diff) | |
download | gentoo-3eebecadfbed2cd5709ed64d2976153a07031762.tar.gz gentoo-3eebecadfbed2cd5709ed64d2976153a07031762.tar.bz2 gentoo-3eebecadfbed2cd5709ed64d2976153a07031762.zip |
x11-apps/bdftopcf: Depend on x11-proto/xproto
Closes: https://bugs.gentoo.org/639842
Diffstat (limited to 'x11-apps/bdftopcf')
-rw-r--r-- | x11-apps/bdftopcf/bdftopcf-1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-apps/bdftopcf/bdftopcf-1.1.ebuild b/x11-apps/bdftopcf/bdftopcf-1.1.ebuild index a51b4f707be0..804f58b6d980 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="" |