diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-26 23:10:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-26 23:10:56 +0000 |
commit | 319c2a717d86bee2c71c6a2f0e8e58dada36bed4 (patch) | |
tree | 1d4a2e624a9ee19def9036777b6e1623be550ebb /media-fonts/konfont/konfont-0.1.ebuild | |
parent | Remove mask for libaudiooss and daaplib, now removed. (diff) | |
download | historical-319c2a717d86bee2c71c6a2f0e8e58dada36bed4.tar.gz historical-319c2a717d86bee2c71c6a2f0e8e58dada36bed4.tar.bz2 historical-319c2a717d86bee2c71c6a2f0e8e58dada36bed4.zip |
Add ~x86-fbsd keyword, restrict binchecks and strip.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'media-fonts/konfont/konfont-0.1.ebuild')
-rw-r--r-- | media-fonts/konfont/konfont-0.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/media-fonts/konfont/konfont-0.1.ebuild b/media-fonts/konfont/konfont-0.1.ebuild index b77f27bebc0f..559d7b8afc2f 100644 --- a/media-fonts/konfont/konfont-0.1.ebuild +++ b/media-fonts/konfont/konfont-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/konfont/konfont-0.1.ebuild,v 1.9 2006/09/03 06:40:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/konfont/konfont-0.1.ebuild,v 1.10 2006/11/26 23:01:13 flameeyes Exp $ IUSE="" @@ -12,15 +12,16 @@ SRC_URI="mirror://debian/dists/potato/main/source/utils/${MY_P}.tar.gz" HOMEPAGE="http://packages.debian.org/stable/utils/konfont" LICENSE="as-is" SLOT=0 -KEYWORDS="amd64 arm ~hppa ia64 ppc s390 sh x86" +KEYWORDS="amd64 arm ~hppa ia64 ppc s390 sh x86 ~x86-fbsd" -DEPEND="virtual/libc" +DEPEND="" S="${WORKDIR}/${MY_P/_/-}/fonts" -src_install(){ +# Only installs fonts +RESTRICT="strip binchecks" +src_install(){ insinto /usr/share/fonts - doins pubfont.*.gz || die } |