diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-03 22:09:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-03 22:09:36 +0000 |
commit | ce9e1ead26d0593a664c3b0221e0c431c6917da5 (patch) | |
tree | b47359af02c8dd3fd078d6ed311ee47ab24bf466 /eclass/multilib-build.eclass | |
parent | Add a note not to add new ABIs without contacting multilib. (diff) | |
download | gentoo-2-ce9e1ead26d0593a664c3b0221e0c431c6917da5.tar.gz gentoo-2-ce9e1ead26d0593a664c3b0221e0c431c6917da5.tar.bz2 gentoo-2-ce9e1ead26d0593a664c3b0221e0c431c6917da5.zip |
Make multilib@g.o the maintainer of multilib eclasses.
Diffstat (limited to 'eclass/multilib-build.eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 07aa01f4de9c..77e7573fc44f 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1,10 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.33 2014/04/03 21:38:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.34 2014/04/03 22:09:36 mgorny Exp $ # @ECLASS: multilib-build.eclass # @MAINTAINER: -# Michał Górny <mgorny@gentoo.org> +# gx86-multilib team <multilib@gentoo.org> +# @AUTHOR: +# Author: Michał Górny <mgorny@gentoo.org> # @BLURB: flags and utility functions for building multilib packages # @DESCRIPTION: # The multilib-build.eclass exports USE flags and utility functions |