Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dmlc-core/
Date: Sun, 26 Dec 2021 00:20:38
Message-Id: 1640477983.c9452adf40e872911ea7e6d630b11ad06c88cd75.sam@gentoo
1 commit: c9452adf40e872911ea7e6d630b11ad06c88cd75
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 00:15:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 00:19:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9452adf
7
8 sci-libs/dmlc-core: drop trailing full stop from DESCRIPTION
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
17 index 1d661c8dbc15..06b9ed11eaae 100644
18 --- a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
19 +++ b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 inherit toolchain-funcs cmake-utils
23
24 -DESCRIPTION="Common bricks library for building distributed machine learning."
25 +DESCRIPTION="Common bricks library for building distributed machine learning"
26 HOMEPAGE="https://github.com/dmlc/dmlc-core"
27
28 if [[ ${PV} == *9999* ]] ; then