commit: 91163b703c2e250357d79cacb4e72725d6a94a1f Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org> AuthorDate: Tue Mar 1 13:38:00 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Mar 1 13:38:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91163b70
app-editors/gummi: drop base.eclass and fix whitespace app-editors/gummi/gummi-0.6.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild index 3720e2b..3e2000b 100644 --- a/app-editors/gummi/gummi-0.6.6.ebuild +++ b/app-editors/gummi/gummi-0.6.6.ebuild @@ -4,11 +4,11 @@ EAPI=5 -inherit autotools base eutils +inherit autotools eutils DESCRIPTION="Simple LaTeX editor for GTK+ users" HOMEPAGE="https://github.com/alexandervdm/gummi" -SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"
