2015-02-05 17:53:43 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2015-02-05 17:53:43 +03:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
inherit xorg-2
|
|
|
|
|
|
|
|
DESCRIPTION="create an index of scalable font files for X"
|
|
|
|
|
2015-03-15 16:55:41 +03:00
|
|
|
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="x11-libs/libfontenc
|
2015-05-24 13:21:43 +03:00
|
|
|
media-libs/freetype:2
|
|
|
|
sys-libs/zlib
|
|
|
|
app-arch/bzip2"
|
2012-02-06 16:39:49 +04:00
|
|
|
DEPEND="${RDEPEND}
|
2015-09-07 10:43:57 +03:00
|
|
|
x11-misc/util-macros
|
2012-02-06 16:39:49 +04:00
|
|
|
x11-proto/xproto
|
2015-05-24 13:21:43 +03:00
|
|
|
app-arch/gzip"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
XORG_CONFIGURE_OPTIONS=(
|
|
|
|
--with-bzip2
|
|
|
|
)
|