summaryrefslogtreecommitdiff
path: root/eclass/postgres-multi.eclass
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2017-07-10 17:45:56 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2017-07-10 17:45:56 -0400
commit28f7503a91a78ae92e523aeab78359d250c410cd (patch)
treecb3643a7f2c39503341c9e9a2d5c2ea37eaf9280 /eclass/postgres-multi.eclass
parent628f45898ab6293bf1163f0cc7f6f13ff503463f (diff)
downloadgentoo-28f7503a91a78ae92e523aeab78359d250c410cd.tar.gz
gentoo-28f7503a91a78ae92e523aeab78359d250c410cd.tar.xz
postgress{,-multi}.eclass: Fix @ECLASS line
Append “.eclass” to @ECLASS line to fix bug 624502. Bugs: 624502
Diffstat (limited to 'eclass/postgres-multi.eclass')
-rw-r--r--eclass/postgres-multi.eclass5
1 files changed, 2 insertions, 3 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 <pgsql-bugs@gentoo.org>
# @AUTHOR: Aaron W. Swenson <titanofold@gentoo.org>