From 28f7503a91a78ae92e523aeab78359d250c410cd Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Mon, 10 Jul 2017 17:45:56 -0400 Subject: postgress{,-multi}.eclass: Fix @ECLASS line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Append “.eclass” to @ECLASS line to fix bug 624502. Bugs: 624502 --- eclass/postgres-multi.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eclass/postgres-multi.eclass') diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index f490eccb3d1f..12575ff047af 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 # @AUTHOR: Aaron W. Swenson -- cgit v1.2.3