diff options
author | 2006-12-07 02:29:24 +0000 | |
---|---|---|
committer | 2006-12-07 02:29:24 +0000 | |
commit | edc1a57cae3ac30da82810fecbd89d9739fd873e (patch) | |
tree | 81115c68963ce081b3c11fd490253de269c8f972 /x11-misc/fluxter/fluxter-0.1.0.ebuild | |
parent | Use the proper platform include directory for jni (for FreeBSD and Linux at l... (diff) | |
download | historical-edc1a57cae3ac30da82810fecbd89d9739fd873e.tar.gz historical-edc1a57cae3ac30da82810fecbd89d9739fd873e.tar.bz2 historical-edc1a57cae3ac30da82810fecbd89d9739fd873e.zip |
Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky (mark_alec) for reporting.
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'x11-misc/fluxter/fluxter-0.1.0.ebuild')
-rw-r--r-- | x11-misc/fluxter/fluxter-0.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild index 2f9c0c649444..ab06769994cf 100644 --- a/x11-misc/fluxter/fluxter-0.1.0.ebuild +++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxter/fluxter-0.1.0.ebuild,v 1.12 2005/05/24 19:33:44 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxter/fluxter-0.1.0.ebuild,v 1.13 2006/12/07 02:19:20 flameeyes Exp $ DESCRIPTION="workspace pager dockapp, particularly useful with the Fluxbox window manager" HOMEPAGE="http://www.isomedia.com/homes/stevencooper/" @@ -8,7 +8,7 @@ SRC_URI="http://www.isomedia.com/homes/stevencooper/files/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc hppa ~amd64" +KEYWORDS="~amd64 hppa ppc x86 ~x86-fbsd" DEPEND="virtual/blackbox" |