commit: 48127d795018bccfc00fbc1036b9064d43772d6a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 19:21:05 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48127d79
sys-devel/remake: fix QA BadDescription
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-devel/remake/remake-4.3.1.1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-devel/remake/remake-4.3.1.1.5.ebuild
b/sys-devel/remake/remake-4.3.1.1.5.ebuild
index 091440c48e65..b4b30d8b7d04 100644
--- a/sys-devel/remake/remake-4.3.1.1.5.ebuild
+++ b/sys-devel/remake/remake-4.3.1.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ MY_MAKE_BASE=$(ver_cut 1-2)
MY_REMAKE_PATCH=$(ver_cut 4-)
MY_P="${PN}-${MY_MAKE_BASE}+dbg-${MY_REMAKE_PATCH}"
-DESCRIPTION="Patched version of GNU Make with improved error reporting,
tracing, and debugging"
+DESCRIPTION="Patched version of GNU Make with improved error reporting,
tracing and debugging"
HOMEPAGE="http://bashdb.sourceforge.net/remake/"
SRC_URI="https://github.com/rocky/remake/releases/download/release_${MY_P/remake-/}/${MY_P}.tar.gz"
S="${WORKDIR}"/${MY_P}