diff options
author | Jason Wever <weeve@gentoo.org> | 2004-12-26 19:53:08 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-12-26 19:53:08 +0000 |
commit | a416c5f72acfb922f186bf25c1b6724d26349af9 (patch) | |
tree | 833d9c5e7da092642d4f199fc36d1d4ae8794ae0 /net-libs | |
parent | Fixing bug #75290. (Manifest recommit) (diff) | |
download | gentoo-2-a416c5f72acfb922f186bf25c1b6724d26349af9.tar.gz gentoo-2-a416c5f72acfb922f186bf25c1b6724d26349af9.tar.bz2 gentoo-2-a416c5f72acfb922f186bf25c1b6724d26349af9.zip |
Added ~sparc keyword wrt bug #73702.
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index 397e8ea40ecb..32c112660b26 100644 --- a/net-libs/aqhbci/ChangeLog +++ b/net-libs/aqhbci/ChangeLog @@ -1,6 +1,9 @@ # 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.1 2004/12/21 17:08:50 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.2 2004/12/26 19:53:08 weeve Exp $ + + 26 Dec 2004; Jason Wever <weeve@gentoo.org> aqhbci-0.9.14_beta.ebuild: + Added ~sparc keyword wrt bug #73702. 21 Dec 2004; Hanno Boeck <hanno@gentoo.org> aqhbci-0.9.14_beta.ebuild: Initial commit (thanks to Florian Mueller in bug #72472). diff --git a/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild index 6adf52e8fc87..800656664f4e 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 # 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.2 2004/12/21 19:01:43 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild,v 1.3 2004/12/26 19:53:08 weeve 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" +KEYWORDS="~x86 ~sparc" IUSE="debug" DEPEND=">=net-libs/aqbanking-0.9.6" S=${WORKDIR}/${P/_/} |