Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-util/
Date: Wed, 28 Aug 2019 23:16:21
Message-Id: 1567034166.164f053618be19d04166432cb428fd33f6a388ef.mattst88@gentoo
1 commit: 164f053618be19d04166432cb428fd33f6a388ef
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Aug 28 16:45:05 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 23:16:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164f0536
7
8 media-fonts/font-util: Install files to correct directory.
9
10 Closes: https://bugs.gentoo.org/693024
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 .../{font-util-1.3.2.ebuild => font-util-1.3.2-r1.ebuild} | 7 +++++--
15 1 file changed, 5 insertions(+), 2 deletions(-)
16
17 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
18 similarity index 75%
19 rename from media-fonts/font-util/font-util-1.3.2.ebuild
20 rename to media-fonts/font-util/font-util-1.3.2-r1.ebuild
21 index 37a2562dcab..c5c64bd6fcf 100644
22 --- a/media-fonts/font-util/font-util-1.3.2.ebuild
23 +++ b/media-fonts/font-util/font-util-1.3.2-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 2005-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -13,4 +13,7 @@ IUSE=""
31 RDEPEND=""
32 DEPEND="${RDEPEND}"
33
34 -XORG_CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts"
35 +XORG_CONFIGURE_OPTIONS=(
36 + --with-fontrootdir="${EPREFIX}/usr/share/fonts"
37 + --with-mapdir="${EPREFIX}/usr/share/fonts/util"
38 +)