diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-10 17:45:56 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-10 17:45:56 -0400 |
commit | 28f7503a91a78ae92e523aeab78359d250c410cd (patch) | |
tree | cb3643a7f2c39503341c9e9a2d5c2ea37eaf9280 /eclass/postgres.eclass | |
parent | dev-libs/ptexenc: ia64 stable, bug #624446 (diff) | |
download | gentoo-28f7503a91a78ae92e523aeab78359d250c410cd.tar.gz gentoo-28f7503a91a78ae92e523aeab78359d250c410cd.tar.bz2 gentoo-28f7503a91a78ae92e523aeab78359d250c410cd.zip |
postgress{,-multi}.eclass: Fix @ECLASS line
Append “.eclass” to @ECLASS line to fix bug 624502.
Bugs: 624502
Diffstat (limited to 'eclass/postgres.eclass')
-rw-r--r-- | eclass/postgres.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 6df81c19b3aa..ab7b34102e2b 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 <pgsql-bugs@gentoo.org> # @AUTHOR: Aaron W. Swenson <titanofold@gentoo.org> |