diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:29:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:29:24 +0000 |
commit | edc1a57cae3ac30da82810fecbd89d9739fd873e (patch) | |
tree | 81115c68963ce081b3c11fd490253de269c8f972 /x11-misc/bbdate/bbdate-0.2.4.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/bbdate/bbdate-0.2.4.ebuild')
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/bbdate/bbdate-0.2.4.ebuild b/x11-misc/bbdate/bbdate-0.2.4.ebuild index 41c98142933d..3a6ce8625f54 100644 --- a/x11-misc/bbdate/bbdate-0.2.4.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.4.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/bbdate/bbdate-0.2.4.ebuild,v 1.8 2005/01/18 15:46:33 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.9 2006/12/07 02:23:51 flameeyes Exp $ DESCRIPTION="blackbox date display" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml" @@ -8,7 +8,7 @@ SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ppc" +KEYWORDS="ppc sparc x86 ~x86-fbsd" IUSE="" DEPEND="virtual/blackbox" |