commit: 164f053618be19d04166432cb428fd33f6a388ef Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Wed Aug 28 16:45:05 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 23:16:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164f0536
media-fonts/font-util: Install files to correct directory. Closes: https://bugs.gentoo.org/693024 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../{font-util-1.3.2.ebuild => font-util-1.3.2-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-fonts/font-util/font-util-1.3.2.ebuild b/media-fonts/font-util/font-util-1.3.2-r1.ebuild similarity index 75% rename from media-fonts/font-util/font-util-1.3.2.ebuild rename to media-fonts/font-util/font-util-1.3.2-r1.ebuild index 37a2562dcab..c5c64bd6fcf 100644 --- a/media-fonts/font-util/font-util-1.3.2.ebuild +++ b/media-fonts/font-util/font-util-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2005-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,4 +13,7 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND}" -XORG_CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts" +XORG_CONFIGURE_OPTIONS=( + --with-fontrootdir="${EPREFIX}/usr/share/fonts" + --with-mapdir="${EPREFIX}/usr/share/fonts/util" +)
