commit: 33730878a9f89853355af61871e25cd355c94837 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Tue Nov 3 23:09:01 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Tue Nov 3 23:18:21 2015 +0000 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=33730878
media-gfx/ocrfeeder: do not inherit autotools if unused media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild index cf60fc8..50fcb78 100644 --- a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild +++ b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild @@ -6,7 +6,7 @@ EAPI="5" GCONF_DEBUG="no" PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils gnome2 python-r1 +inherit eutils gnome2 python-r1 # autotools DESCRIPTION="Document layout analysis and optical character recognition system" HOMEPAGE="https://wiki.gnome.org/Apps/OCRFeeder"