commit: e6cbee493aa492d72e0e76acceee77c05d92ac8d
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 13:17:52 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri May 13 13:18:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cbee49
dev-db/postgresql: Remove unneeded inherit in live ebuild
Package-Manager: portage-2.2.28
dev-db/postgresql/postgresql-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/postgresql/postgresql-9999.ebuild
b/dev-db/postgresql/postgresql-9999.ebuild
index f3ff28e..adda706 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit base eutils flag-o-matic git-2 linux-info multilib pam prefix \
+inherit eutils flag-o-matic git-2 linux-info multilib pam prefix \
python-single-r1 systemd user versionator
KEYWORDS=""