From 990554893d6df72c3f853927eaaeb87ddd320122 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 28 Mar 2021 11:34:46 +0200 Subject: [PATCH] dev-lang/gleam: fix description Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-lang/gleam/gleam-0.11.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/gleam/gleam-0.11.2.ebuild b/dev-lang/gleam/gleam-0.11.2.ebuild index 2a54d3529a..80a7622b04 100644 --- a/dev-lang/gleam/gleam-0.11.2.ebuild +++ b/dev-lang/gleam/gleam-0.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -248,7 +248,7 @@ xattr-0.2.2 inherit cargo -DESCRIPTION="gleam" +DESCRIPTION="A statically typed functional language for the BEAM" HOMEPAGE="https://gleam.run" SRC_URI="https://github.com/gleam-lang/gleam/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" RESTRICT="mirror"