summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-03-19 11:08:48 +0100
committerUlrich Müller <ulm@gentoo.org>2020-03-19 11:12:36 +0100
commit77811ea717acee267998b43e23c037cd8b9acb69 (patch)
treedfb7c946351ff8a0ce384255c975a06f9ad18b43 /app-eselect/eselect-blas
parentdev-qt/qtxmlpatterns: ppc stable wrt bug #699328 (diff)
downloadgentoo-77811ea717acee267998b43e23c037cd8b9acb69.tar.gz
gentoo-77811ea717acee267998b43e23c037cd8b9acb69.tar.bz2
gentoo-77811ea717acee267998b43e23c037cd8b9acb69.zip
*/*: Update attribution for all files with a 2019 copyright.
Policy reference: https://www.gentoo.org/glep/glep-0076.html#simplified-attribution Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-blas')
-rw-r--r--app-eselect/eselect-blas/files/blas.eselect-0.24
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-blas/files/blas.eselect-0.2 b/app-eselect/eselect-blas/files/blas.eselect-0.2
index 001ddb941e82..f860674acec6 100644
--- a/app-eselect/eselect-blas/files/blas.eselect-0.2
+++ b/app-eselect/eselect-blas/files/blas.eselect-0.2
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2019 Gentoo Foundation
+# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
inherit config tests multilib skel
@@ -63,7 +63,7 @@ do_list() {
done
libdirs=( $@ )
fi
-
+
for libdir in ${libdirs[@]}; do
[[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir ]] && continue
targets=( $(find_targets_in $libdir) )