commit: 28f7503a91a78ae92e523aeab78359d250c410cd
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 21:45:56 2017 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 21:45:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f7503a
postgress{,-multi}.eclass: Fix @ECLASS line
Append “.eclass” to @ECLASS line to fix bug 624502.
Bugs: 624502
eclass/postgres-multi.eclass | 5 ++---
eclass/postgres.eclass | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass
index f490eccb3d1..12575ff047a 100644
--- a/eclass/postgres-multi.eclass
+++ b/eclass/postgres-multi.eclass
@@ -1,12 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
inherit multibuild postgres
EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test
-# @ECLASS: postgres-multi
+# @ECLASS: postgres-multi.eclass
# @MAINTAINER:
# PostgreSQL <[email protected]>
# @AUTHOR: Aaron W. Swenson <[email protected]>
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index 6df81c19b3a..ab7b34102e2 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
inherit user
EXPORT_FUNCTIONS pkg_setup
-# @ECLASS: postgres
+# @ECLASS: postgres.eclass
# @MAINTAINER:
# PostgreSQL <[email protected]>
# @AUTHOR: Aaron W. Swenson <[email protected]>