Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/
Date: Tue, 28 Aug 2018 15:35:34
Message-Id: 1535470503.fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2.leio@gentoo
1 commit: fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 15:34:03 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 15:35:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc73079d
7
8 Revert "media-fonts/cantarell: requires appstream"
9
10 This reverts non-maintainer commit ec9fc0ddb2bb4d9861a443e626a011dcfb32ac78.
11
12 appstream is NOT required, only something that appstream happens to pull in,
13 probably as build-time only, so doesn't even guarantee its presence for
14 cantarell build.
15
16 Bug: https://bugs.gentoo.org/656710
17
18 media-fonts/cantarell/cantarell-0.101.ebuild | 3 +--
19 1 file changed, 1 insertion(+), 2 deletions(-)
20
21 diff --git a/media-fonts/cantarell/cantarell-0.101.ebuild b/media-fonts/cantarell/cantarell-0.101.ebuild
22 index 2bf664bee68..5f8b20d7d6d 100644
23 --- a/media-fonts/cantarell/cantarell-0.101.ebuild
24 +++ b/media-fonts/cantarell/cantarell-0.101.ebuild
25 @@ -11,12 +11,11 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts"
26
27 LICENSE="OFL-1.1"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sh ~sparc ~x86 ~x86-fbsd"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
31 IUSE=""
32
33 RDEPEND="media-libs/fontconfig"
34 DEPEND="
35 - dev-libs/appstream
36 >=sys-devel/gettext-0.19.8
37 virtual/pkgconfig
38 "