diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 19:29:33 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 19:29:33 +0000 |
commit | a49f23ee1905297b3280fc09492bb70577fbbb7c (patch) | |
tree | e853986a77004d000bf78b06f1408be05537d734 /app-office/gnofin/gnofin-0.8.4.ebuild | |
parent | Added SLOT and KEYWORDS (diff) | |
download | gentoo-2-a49f23ee1905297b3280fc09492bb70577fbbb7c.tar.gz gentoo-2-a49f23ee1905297b3280fc09492bb70577fbbb7c.tar.bz2 gentoo-2-a49f23ee1905297b3280fc09492bb70577fbbb7c.zip |
Added keywords
Diffstat (limited to 'app-office/gnofin/gnofin-0.8.4.ebuild')
-rw-r--r-- | app-office/gnofin/gnofin-0.8.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-office/gnofin/gnofin-0.8.4.ebuild b/app-office/gnofin/gnofin-0.8.4.ebuild index b7771e41bf0c..317791bbf153 100644 --- a/app-office/gnofin/gnofin-0.8.4.ebuild +++ b/app-office/gnofin/gnofin-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.4.ebuild,v 1.5 2002/07/11 06:30:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.4.ebuild,v 1.6 2002/07/25 19:29:33 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="a personal finance application for GNOME" @@ -8,6 +8,9 @@ SRC_URI="ftp://gnofin.sourceforge.net/pub/gnofin/stable/source/${P}.tar.gz http://download.sourceforge.net/gnofin/${P}.tar.gz" HOMEPAGE="http://gnofin.sourceforge.net" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 >=dev-libs/libxml-1.8.10" |