diff options
Diffstat (limited to 'media-fonts/cantarell/cantarell-0.0.6.ebuild')
-rw-r--r-- | media-fonts/cantarell/cantarell-0.0.6.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-fonts/cantarell/cantarell-0.0.6.ebuild b/media-fonts/cantarell/cantarell-0.0.6.ebuild index dac0ece7a2e9..9ac4d60b5a7c 100644 --- a/media-fonts/cantarell/cantarell-0.0.6.ebuild +++ b/media-fonts/cantarell/cantarell-0.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/cantarell-0.0.6.ebuild,v 1.1 2011/04/24 15:39:25 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cantarell/cantarell-0.0.6.ebuild,v 1.2 2011/08/18 04:46:52 nirbheek Exp $ EAPI="3" GNOME_ORG_MODULE="${PN}-fonts" @@ -12,7 +12,7 @@ HOMEPAGE="http://live.gnome.org/CantarellFonts" LICENSE="OFL-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/fontconfig" @@ -20,6 +20,9 @@ DEPEND=">=dev-util/pkgconfig-0.19" DOCS="NEWS README" +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + # Font eclass settings FONT_CONF=("${S}/fontconfig/31-cantarell.conf") FONT_S="${S}/otf" |