diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-25 18:40:47 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-25 18:40:47 +0000 |
commit | af511970e696c75b4950dbdeaa23126c144f9b27 (patch) | |
tree | 2ddcaca9d45cf47df42cd1eebfc11511ef625896 /app-office/gnofin/gnofin-0.8.4.ebuild | |
parent | marked stable on amd64 (diff) | |
download | gentoo-2-af511970e696c75b4950dbdeaa23126c144f9b27.tar.gz gentoo-2-af511970e696c75b4950dbdeaa23126c144f9b27.tar.bz2 gentoo-2-af511970e696c75b4950dbdeaa23126c144f9b27.zip |
modified ebuild to inherit gnuconfig and run gnuconfig_update, unmasked on ~amd64
Diffstat (limited to 'app-office/gnofin/gnofin-0.8.4.ebuild')
-rw-r--r-- | app-office/gnofin/gnofin-0.8.4.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-office/gnofin/gnofin-0.8.4.ebuild b/app-office/gnofin/gnofin-0.8.4.ebuild index 4c3996e55e97..b502fd6a9bd7 100644 --- a/app-office/gnofin/gnofin-0.8.4.ebuild +++ b/app-office/gnofin/gnofin-0.8.4.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.4.ebuild,v 1.11 2004/03/14 01:45:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.4.ebuild,v 1.12 2004/03/25 18:38:26 jhuebel Exp $ + +inherit gnuconfig DESCRIPTION="a personal finance application for GNOME" 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" +KEYWORDS="x86 ~amd64" SLOT="0" LICENSE="GPL-2" @@ -15,6 +17,8 @@ DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 >=dev-libs/libxml-1.8.10" src_compile() { + gnuconfig_update + ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ |