diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-08-28 18:34:03 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-08-28 18:35:03 +0300 |
commit | fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2 (patch) | |
tree | 6798cf987af5512f58ecd7cd04f310819c2063dc /media-fonts/cantarell | |
parent | Revert "media-fonts/cantarell: drop more keywords" (diff) | |
download | gentoo-fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2.tar.gz gentoo-fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2.tar.bz2 gentoo-fc73079d6fd2a8dbb36356e53d17d0bfaf2f8cd2.zip |
Revert "media-fonts/cantarell: requires appstream"
This reverts non-maintainer commit ec9fc0ddb2bb4d9861a443e626a011dcfb32ac78.
appstream is NOT required, only something that appstream happens to pull in,
probably as build-time only, so doesn't even guarantee its presence for
cantarell build.
Bug: https://bugs.gentoo.org/656710
Diffstat (limited to 'media-fonts/cantarell')
-rw-r--r-- | media-fonts/cantarell/cantarell-0.101.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-fonts/cantarell/cantarell-0.101.ebuild b/media-fonts/cantarell/cantarell-0.101.ebuild index 2bf664bee683..5f8b20d7d6db 100644 --- a/media-fonts/cantarell/cantarell-0.101.ebuild +++ b/media-fonts/cantarell/cantarell-0.101.ebuild @@ -11,12 +11,11 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts" LICENSE="OFL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/fontconfig" DEPEND=" - dev-libs/appstream >=sys-devel/gettext-0.19.8 virtual/pkgconfig " |