diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-18 12:44:19 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-18 12:50:37 +0100 |
commit | 4c46c9042b45f17a472a0ac9054ea8afafec3a46 (patch) | |
tree | c36dc400c11bb6ebe2732aaad9f0cf2c184a68d2 /app-shells | |
parent | licenses: Add sash for app-shells/sash. (diff) | |
download | gentoo-4c46c9042b45f17a472a0ac9054ea8afafec3a46.tar.gz gentoo-4c46c9042b45f17a472a0ac9054ea8afafec3a46.tar.bz2 gentoo-4c46c9042b45f17a472a0ac9054ea8afafec3a46.zip |
app-shells/sash: Fix LICENSE.
Closes: https://bugs.gentoo.org/702474
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/sash/sash-3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/sash/sash-3.8.ebuild b/app-shells/sash/sash-3.8.ebuild index e584cdbcd922..34f0ebd3d9cf 100644 --- a/app-shells/sash/sash-3.8.ebuild +++ b/app-shells/sash/sash-3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="A small (static) UNIX Shell" HOMEPAGE="https://www.canb.auug.org.au/~dbell/" SRC_URI="https://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz" -LICENSE="freedist" +LICENSE="sash" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="static" |