diff options
author | Jason Wever <weeve@gentoo.org> | 2004-12-30 23:42:42 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-12-30 23:42:42 +0000 |
commit | c30f3f7c6cf645bbce35a8683491fb4a10477f9b (patch) | |
tree | f10397399fb2756ca640e900c92d0337d8b60279 /net-libs | |
parent | Updated 2.6 compatibility patch, now also works with Linux 2.4 thanks to Ben ... (diff) | |
download | gentoo-2-c30f3f7c6cf645bbce35a8683491fb4a10477f9b.tar.gz gentoo-2-c30f3f7c6cf645bbce35a8683491fb4a10477f9b.tar.bz2 gentoo-2-c30f3f7c6cf645bbce35a8683491fb4a10477f9b.zip |
Added ~sparc keyword wrt bug #73702.
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/aqhbci-wizard-kde/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/aqhbci-wizard-kde/ChangeLog b/net-libs/aqhbci-wizard-kde/ChangeLog index 3eb30574abbb..f5cfe3efebf3 100644 --- a/net-libs/aqhbci-wizard-kde/ChangeLog +++ b/net-libs/aqhbci-wizard-kde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/aqhbci-wizard-kde # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-wizard-kde/ChangeLog,v 1.1 2004/12/21 17:27:32 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-wizard-kde/ChangeLog,v 1.2 2004/12/30 23:41:20 weeve Exp $ + + 30 Dec 2004; Jason Wever <weeve@gentoo.org> + aqhbci-wizard-kde-0.9.13_beta.ebuild: + Added ~sparc keyword wrt bug #73702. *aqhbci-wizard-kde-0.9.13_beta (21 Dec 2004) diff --git a/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild b/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild index e6c2feccc450..68744ccf1796 100644 --- a/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild +++ b/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild,v 1.2 2004/12/21 19:02:44 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-wizard-kde/aqhbci-wizard-kde-0.9.13_beta.ebuild,v 1.3 2004/12/30 23:41:20 weeve Exp $ inherit eutils kde-functions need-qt 3 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.aquamaniacs.de/aqbanking/" SRC_URI="mirror://sourceforge/aqhbci/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" IUSE="debug" DEPEND=">=net-libs/aqhbci-0.9.14_beta >=x11-libs/qt-3.0" |