Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/
Date: Tue, 28 Aug 2018 14:12:04
Message-Id: 1535465507.ec9fc0ddb2bb4d9861a443e626a011dcfb32ac78.vdupras@gentoo
1 commit: ec9fc0ddb2bb4d9861a443e626a011dcfb32ac78
2 Author: Leorize <alaviss <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jul 8 02:53:50 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 14:11:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9fc0dd
7
8 media-fonts/cantarell: requires appstream
9
10 Also, drop keywords that appstream doesn't have.
11
12 Closes: https://bugs.gentoo.org/656710
13 Closes: https://github.com/gentoo/gentoo/pull/9115
14
15 media-fonts/cantarell/cantarell-0.101.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/media-fonts/cantarell/cantarell-0.101.ebuild b/media-fonts/cantarell/cantarell-0.101.ebuild
19 index 5f8b20d7d6d..2bf664bee68 100644
20 --- a/media-fonts/cantarell/cantarell-0.101.ebuild
21 +++ b/media-fonts/cantarell/cantarell-0.101.ebuild
22 @@ -11,11 +11,12 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts"
23
24 LICENSE="OFL-1.1"
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sh ~sparc ~x86 ~x86-fbsd"
28 IUSE=""
29
30 RDEPEND="media-libs/fontconfig"
31 DEPEND="
32 + dev-libs/appstream
33 >=sys-devel/gettext-0.19.8
34 virtual/pkgconfig
35 "