diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-16 17:18:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-16 17:18:38 +0000 |
commit | 4f1517d2bb32cfc9aadb237c88af7471d2dc9afa (patch) | |
tree | 93160f19811bf89b82885ca761d772a39c7f49b2 /net-mail | |
parent | Remove USE="gnome" and always pass --disable-gnome to avoid pulling in deprec... (diff) | |
download | gentoo-2-4f1517d2bb32cfc9aadb237c88af7471d2dc9afa.tar.gz gentoo-2-4f1517d2bb32cfc9aadb237c88af7471d2dc9afa.tar.bz2 gentoo-2-4f1517d2bb32cfc9aadb237c88af7471d2dc9afa.zip |
leave a note in the ebuild too
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild index adc2eee27d11..8c1db886f845 100644 --- a/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild,v 1.1 2012/01/16 17:17:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.13-r3.ebuild,v 1.2 2012/01/16 17:18:38 ssuominen Exp $ EAPI=4 inherit autotools eutils @@ -34,6 +34,7 @@ src_prepare() { } src_configure() { + # note: --disable-gnome is to avoid deprecated gnome-panel-2.x econf \ $(use_enable debug) \ --disable-gnome \ |