diff options
author | Chris White <chriswhite@gentoo.org> | 2005-01-03 03:29:58 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-01-03 03:29:58 +0000 |
commit | 49665e72825b2fbfb7440ab7f3ffc6156d214bed (patch) | |
tree | a053330903538308320c7a2a135b45164dd38dc9 /net-libs/aqhbci | |
parent | amd64 KEYWORDS #76474 (Manifest recommit) (diff) | |
download | gentoo-2-49665e72825b2fbfb7440ab7f3ffc6156d214bed.tar.gz gentoo-2-49665e72825b2fbfb7440ab7f3ffc6156d214bed.tar.bz2 gentoo-2-49665e72825b2fbfb7440ab7f3ffc6156d214bed.zip |
Marked per bug #73702
Diffstat (limited to 'net-libs/aqhbci')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index 82b6bec6e2aa..6d1be51292e7 100644 --- a/net-libs/aqhbci/ChangeLog +++ b/net-libs/aqhbci/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/aqhbci -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.3 2004/12/27 01:17:08 kloeri Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.4 2005/01/03 03:29:58 chriswhite Exp $ + + 03 Jan 2005; Chris White <chriswhite@gentoo.org> + aqhbci-0.9.14_beta.ebuild: + Marked per bug #73702 27 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> aqhbci-0.9.14_beta.ebuild: diff --git a/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild index d5998614672c..f3414d2bef92 100644 --- a/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild +++ b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild,v 1.4 2004/12/27 01:17:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild,v 1.5 2005/01/03 03:29:58 chriswhite Exp $ DESCRIPTION="HBCI backend for AqBanking" HOMEPAGE="http://www.aquamaniac.de/aqbanking/" SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha" +KEYWORDS="~x86 ~sparc ~alpha ~ppc" IUSE="debug" DEPEND=">=net-libs/aqbanking-0.9.6" S=${WORKDIR}/${P/_/} |