diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-10 21:34:17 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-10 21:34:17 +0000 |
commit | 6b9810898320838c7a39ad78112174f9af9e46b0 (patch) | |
tree | 707cc2f4af05c8c53baf6d0983e7c9b69a941076 /dev-libs/libofx | |
parent | exchange static !static, it was in the wrong order, bug #47377 (Manifest reco... (diff) | |
download | gentoo-2-6b9810898320838c7a39ad78112174f9af9e46b0.tar.gz gentoo-2-6b9810898320838c7a39ad78112174f9af9e46b0.tar.bz2 gentoo-2-6b9810898320838c7a39ad78112174f9af9e46b0.zip |
Added ~sparc keyword, helps resolve bug #47243.
Diffstat (limited to 'dev-libs/libofx')
-rw-r--r-- | dev-libs/libofx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libofx/libofx-0.6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libofx/ChangeLog b/dev-libs/libofx/ChangeLog index 5b9b50cf4b7d..2cced5e04758 100644 --- a/dev-libs/libofx/ChangeLog +++ b/dev-libs/libofx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libofx # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.10 2004/01/23 03:11:33 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.11 2004/04/10 21:30:28 weeve Exp $ + + 10 Apr 2004; Jason Wever <weeve@gentoo.org> libofx-0.6.6.ebuild: + Added ~sparc keyword, helps resolve bug #47243. *libofx-0.6.6 (22 Jan 2004) diff --git a/dev-libs/libofx/libofx-0.6.6.ebuild b/dev-libs/libofx/libofx-0.6.6.ebuild index 99af7bc87f56..755d71c75f69 100644 --- a/dev-libs/libofx/libofx-0.6.6.ebuild +++ b/dev-libs/libofx/libofx-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.6.6.ebuild,v 1.1 2004/01/23 03:11:33 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.6.6.ebuild,v 1.2 2004/04/10 21:30:28 weeve Exp $ DESCRIPTION="Library to support the Open Financial eXchange XML Format" HOMEPAGE="http://libofx.sourceforge.net/" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc alpha" +KEYWORDS="~x86 ~ppc alpha ~sparc" IUSE="" DEPEND=">=app-text/opensp-1.5 >=sys-apps/sed-4" |