diff options
author | Christian Tietz <christian.tietz@mailbox.org> | 2016-03-01 14:38:00 +0100 |
---|---|---|
committer | Christian Tietz <christian.tietz@mailbox.org> | 2016-03-01 14:38:00 +0100 |
commit | 91163b703c2e250357d79cacb4e72725d6a94a1f (patch) | |
tree | 962fdf30c618296a9db69364bbe170515de14f71 /app-editors/gummi | |
parent | kde-misc/semantik: add missing PYTHON_REQ_USE (diff) | |
download | gentoo-91163b703c2e250357d79cacb4e72725d6a94a1f.tar.gz gentoo-91163b703c2e250357d79cacb4e72725d6a94a1f.tar.bz2 gentoo-91163b703c2e250357d79cacb4e72725d6a94a1f.zip |
app-editors/gummi: drop base.eclass and fix whitespace
Diffstat (limited to 'app-editors/gummi')
-rw-r--r-- | app-editors/gummi/gummi-0.6.6.ebuild | 4 |
1 files 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 3720e2ba3bc1..3e2000bc4c9a 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" |