commit: e7e86c87d28a5c2ec23a5a97660da4fe6681461f Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jan 5 10:48:56 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 10:53:00 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e86c87
sci-calculators/datamash: Use branding.eclass Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> sci-calculators/datamash/datamash-1.9.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-calculators/datamash/datamash-1.9.ebuild b/sci-calculators/datamash/datamash-1.9.ebuild index 747836dc1e1e..499871561426 100644 --- a/sci-calculators/datamash/datamash-1.9.ebuild +++ b/sci-calculators/datamash/datamash-1.9.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +inherit branding + DESCRIPTION="Command-line program for basic numeric, textual and statistical operations" HOMEPAGE="https://www.gnu.org/software/datamash/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
