diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-10 21:30:28 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-10 21:30:28 +0000 |
commit | 25b34937b2533613cd4d16ff10fb5ed59f3a793e (patch) | |
tree | 0f32cd9a56194ed1a232a5bd37323185611315d8 /dev-libs/libofx | |
parent | Added to ~ppc (diff) | |
download | historical-25b34937b2533613cd4d16ff10fb5ed59f3a793e.tar.gz historical-25b34937b2533613cd4d16ff10fb5ed59f3a793e.tar.bz2 historical-25b34937b2533613cd4d16ff10fb5ed59f3a793e.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/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/libofx/libofx-0.6.6.ebuild | 4 |
3 files changed, 9 insertions, 6 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/Manifest b/dev-libs/libofx/Manifest index 3e3ab6875310..df3db138f987 100644 --- a/dev-libs/libofx/Manifest +++ b/dev-libs/libofx/Manifest @@ -1,10 +1,10 @@ +MD5 c57eda8057f91c05d056dd81901f9b58 ChangeLog 1441 MD5 d112433db87de5abbc532936d6270a47 libofx-0.6.4-r1.ebuild 1034 MD5 d90a2377c573b69accacf59bd0242dfa libofx-0.6.4.ebuild 885 -MD5 6e9fc598d0fe4dc85acb9ae829758cd4 libofx-0.6.6.ebuild 898 -MD5 2608232ab3e36865011a41f690fdbf50 ChangeLog 1321 MD5 e345c152cd1b43d78bc92741b127c5fc libofx-0.6.5.ebuild 902 +MD5 44ffb52d29a8a6dd96d9b78b026d7d3a libofx-0.6.6.ebuild 907 MD5 01e95323fd235e3559b8831adc8d1d34 files/digest-libofx-0.6.4 64 +MD5 01e95323fd235e3559b8831adc8d1d34 files/digest-libofx-0.6.4-r1 64 MD5 aed194d8bebea157fe05b7ed84e57ba5 files/digest-libofx-0.6.5 64 MD5 d7fd5ed3804d5fa2f2c14c1d212e5990 files/digest-libofx-0.6.6 64 MD5 49ea3e257d9cc461e444c07e59396177 files/libofx-0.6.4-gcc2.patch 595 -MD5 01e95323fd235e3559b8831adc8d1d34 files/digest-libofx-0.6.4-r1 64 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" |