commit: 8eee61cbebb53dc45ca51ddd3f05ee4b60b60f9f
Author: Rafael G. Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:49:11 2015 +0000
Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:49:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eee61cb
app-text/blogc: added missing inherit
Package-Manager: portage-2.2.20.1
app-text/blogc/blogc-0.4.ebuild | 2 ++
app-text/blogc/blogc-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/app-text/blogc/blogc-0.4.ebuild b/app-text/blogc/blogc-0.4.ebuild
index 899688f..ecc0d6a 100644
--- a/app-text/blogc/blogc-0.4.ebuild
+++ b/app-text/blogc/blogc-0.4.ebuild
@@ -10,6 +10,8 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3 autotools
fi
+inherit eutils
+
DESCRIPTION="A blog compiler"
HOMEPAGE="http://blogc.org/"
diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
index 899688f..ecc0d6a 100644
--- a/app-text/blogc/blogc-9999.ebuild
+++ b/app-text/blogc/blogc-9999.ebuild
@@ -10,6 +10,8 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3 autotools
fi
+inherit eutils
+
DESCRIPTION="A blog compiler"
HOMEPAGE="http://blogc.org/"