Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693024
Collapse All | Expand All

(-)a/media-fonts/font-util/font-util-1.3.2.ebuild (-3 / +5 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 2005-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 13-16 IUSE="" Link Here
13
RDEPEND=""
13
RDEPEND=""
14
DEPEND="${RDEPEND}"
14
DEPEND="${RDEPEND}"
15
15
16
XORG_CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts"
16
XORG_CONFIGURE_OPTIONS=(
17
	--with-fontrootdir="${EPREFIX}/usr/share/fonts"
18
	--with-mapdir="${EPREFIX}/usr/share/fonts/util"
19
)
17
- 

Return to bug 693024