diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-10 14:50:11 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-10 14:50:11 +0000 |
commit | 6e822334d9319dfe42573580b3297715e132be05 (patch) | |
tree | 111c37fb2704f75790d6832c8932ccfa610807bf /kde-misc/kexchange/kexchange-1.0.ebuild | |
parent | Remove old ebuilds. (diff) | |
download | historical-6e822334d9319dfe42573580b3297715e132be05.tar.gz historical-6e822334d9319dfe42573580b3297715e132be05.tar.bz2 historical-6e822334d9319dfe42573580b3297715e132be05.zip |
Stable on x86.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-misc/kexchange/kexchange-1.0.ebuild')
-rw-r--r-- | kde-misc/kexchange/kexchange-1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-misc/kexchange/kexchange-1.0.ebuild b/kde-misc/kexchange/kexchange-1.0.ebuild index 10cfb6461a24..7c709584b48a 100644 --- a/kde-misc/kexchange/kexchange-1.0.ebuild +++ b/kde-misc/kexchange/kexchange-1.0.ebuild @@ -1,16 +1,16 @@ -# 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/kde-misc/kexchange/kexchange-1.0.ebuild,v 1.1 2004/10/30 17:05:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kexchange/kexchange-1.0.ebuild,v 1.2 2005/03/10 14:50:11 greg_g Exp $ inherit kde -need-kde 3 DESCRIPTION="A currency converter for KDE" HOMEPAGE="http://www.favorin.com/projects/kexchange/" SRC_URI="mirror://sourceforge/kexchange/${P}.tar.gz" - LICENSE="GPL-2" + SLOT="0" +KEYWORDS="x86 ~ppc ~amd64 ~sparc" IUSE="" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +need-kde 3 |