diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-27 01:17:08 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-27 01:17:08 +0000 |
commit | 15d282ddaa00421bb3f0320a9cd9862be2424dc5 (patch) | |
tree | 774f2eea4052a6b0559703a2f23296c678b6c198 /net-libs/aqhbci | |
parent | ~alpha keyword, bug 75669. (Manifest recommit) (diff) | |
download | gentoo-2-15d282ddaa00421bb3f0320a9cd9862be2424dc5.tar.gz gentoo-2-15d282ddaa00421bb3f0320a9cd9862be2424dc5.tar.bz2 gentoo-2-15d282ddaa00421bb3f0320a9cd9862be2424dc5.zip |
~alpha keyword.
Diffstat (limited to 'net-libs/aqhbci')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index 32c112660b26..82b6bec6e2aa 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.2 2004/12/26 19:53:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.3 2004/12/27 01:17:08 kloeri Exp $ + + 27 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> + aqhbci-0.9.14_beta.ebuild: + ~alpha keyword. 26 Dec 2004; Jason Wever <weeve@gentoo.org> aqhbci-0.9.14_beta.ebuild: Added ~sparc keyword wrt bug #73702. diff --git a/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild index 800656664f4e..d5998614672c 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.3 2004/12/26 19:53:08 weeve Exp $ +# $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 $ 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" +KEYWORDS="~x86 ~sparc ~alpha" IUSE="debug" DEPEND=">=net-libs/aqbanking-0.9.6" S=${WORKDIR}/${P/_/} |