diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-18 14:58:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-18 14:58:57 +0000 |
commit | e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9 (patch) | |
tree | 74087147273afe5d03928f2898488f7d49f49053 /eclass/multilib.eclass | |
parent | Proxy commit, drop memcache support and cleanups (diff) | |
download | historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.tar.gz historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.tar.bz2 historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.zip |
eat trailing whitespace
Diffstat (limited to 'eclass/multilib.eclass')
-rw-r--r-- | eclass/multilib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index c2526af8370a..a7031cc1eed1 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.91 2011/07/08 11:35:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.92 2011/08/18 14:58:57 vapier Exp $ # @ECLASS: multilib.eclass # @MAINTAINER: @@ -202,7 +202,7 @@ get_install_abis() { } # @FUNCTION: get_all_abis -# @DESCRIPTION: +# @DESCRIPTION: # Return a list of the ABIs supported by this profile. # the last one in the list being the default. get_all_abis() { |