media-fonts/font-util: Install files to correct directory.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Wed, 28 Aug 2019 16:45:05 +0000 (16:45 +0000)
committerMatt Turner <mattst88@gentoo.org>
Wed, 28 Aug 2019 23:16:06 +0000 (16:16 -0700)
Closes: https://bugs.gentoo.org/693024
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-fonts/font-util/font-util-1.3.2-r1.ebuild [moved from media-fonts/font-util/font-util-1.3.2.ebuild with 75% similarity]

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 37a2562dcab2280ac73b6bedc0cc97bca0b5f1d2..c5c64bd6fcf79f1102504296584992531f193d79 100644 (file)
@@ -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"
+)