diff options
author | Markus Meier <maekke@gentoo.org> | 2009-03-08 21:59:07 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-03-08 21:59:07 +0000 |
commit | 1c230fd825bc2626c3c87be71c964283f0c68cdc (patch) | |
tree | afbac78f0a984d6668009f7f37fe4bf8909f3c73 /app-editors/gobby/gobby-0.4.8.ebuild | |
parent | Marked ppc64 for bug #259080. (diff) | |
download | historical-1c230fd825bc2626c3c87be71c964283f0c68cdc.tar.gz historical-1c230fd825bc2626c3c87be71c964283f0c68cdc.tar.bz2 historical-1c230fd825bc2626c3c87be71c964283f0c68cdc.zip |
correct usage of EAPI=2 functions
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-editors/gobby/gobby-0.4.8.ebuild')
-rw-r--r-- | app-editors/gobby/gobby-0.4.8.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/gobby/gobby-0.4.8.ebuild b/app-editors/gobby/gobby-0.4.8.ebuild index 0ed45007b47e..9377d3e95fc2 100644 --- a/app-editors/gobby/gobby-0.4.8.ebuild +++ b/app-editors/gobby/gobby-0.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.8.ebuild,v 1.4 2009/03/07 22:30:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.8.ebuild,v 1.5 2009/03/08 21:59:07 maekke Exp $ EAPI=2 @@ -28,12 +28,11 @@ DEPEND="${RDEPEND} # There's only one test and it needs X RESTRICT="test" -src_compile() { +src_configure() { econf \ --with-gtksourceview2 \ $(use_with gnome) \ || die "econf failed" - emake || die "make failed" } src_install() { |