diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-10 13:24:25 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-10 13:24:25 -0500 |
commit | 2d01dd1b32e62e3e04af85f6b26e48cdf6bc96e8 (patch) | |
tree | c39eb0299dae8945c242769eb7550fbff651c120 /eclass | |
parent | 86a2906e8beba16e46dc849073e2f7d3b06e5144 (diff) | |
download | gentoo-2d01dd1b32e62e3e04af85f6b26e48cdf6bc96e8.tar.gz gentoo-2d01dd1b32e62e3e04af85f6b26e48cdf6bc96e8.tar.xz |
db.eclass: set maintainer to match sys-libs/db package
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/db.eclass | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/eclass/db.eclass b/eclass/db.eclass index 198b6995ec4..9b578cc3a12 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,9 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# This is a common location for functions used in the sys-libs/db ebuilds -# -# Bugs: maintainer-needed@gentoo.org + +# @ECLASS: db.eclass +# @MAINTAINER: +# base-system@gentoo.org +# @BLURB: Internal eclass used by sys-libs/db ebuilds inherit eutils multilib multiprocessing |