diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-08 14:08:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-08 14:08:55 +0000 |
commit | 82e24998113d6fa049fd83459e2fcfa7392a7ea8 (patch) | |
tree | 825bb03e02cf27d373ee4e0c90f3aaabb08643ea /kde-base/kapptemplate/kapptemplate-3.5.0.ebuild | |
parent | Make fftw optional (as it's unusable on FreeBSD). (diff) | |
download | historical-82e24998113d6fa049fd83459e2fcfa7392a7ea8.tar.gz historical-82e24998113d6fa049fd83459e2fcfa7392a7ea8.tar.bz2 historical-82e24998113d6fa049fd83459e2fcfa7392a7ea8.zip |
Add ~x86-fbsd keyword
Package-Manager: portage-2.1_rc4-r4
Diffstat (limited to 'kde-base/kapptemplate/kapptemplate-3.5.0.ebuild')
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-3.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild b/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild index 744d7bbd3ce2..4eba9a297238 100644 --- a/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild +++ b/kde-base/kapptemplate/kapptemplate-3.5.0.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/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild,v 1.11 2006/06/01 16:51:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.0.ebuild,v 1.12 2006/06/08 14:08:16 flameeyes Exp $ KMNAME=kdesdk MAXKDEVER=3.5.3 @@ -8,6 +8,6 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KAppTemplate - A shell script that will create the necessary framework to develop various KDE applications" -KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" |