Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libutempter/
Date: Fri, 01 Dec 2017 22:19:46
Message-Id: 1512166751.c908f2baa5f388d4dd37fd50e2691ee83662ca74.soap@gentoo
1 commit: c908f2baa5f388d4dd37fd50e2691ee83662ca74
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 21:18:09 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 22:19:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c908f2ba
7
8 sys-libs/libutempter: [QA] Fix DESCRIPTION.toolong
9
10 sys-libs/libutempter/libutempter-1.1.6-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild
14 index f64862b3abc..a4936c7195d 100644
15 --- a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild
16 +++ b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild
17 @@ -5,7 +5,7 @@ EAPI="4"
18
19 inherit user multilib flag-o-matic
20
21 -DESCRIPTION="Library that allows non-privileged apps to write utmp (login) info, which need root access"
22 +DESCRIPTION="Library that allows non-privileged apps to write utmp (login) info"
23 HOMEPAGE="http://altlinux.org/index.php?module=sisyphus&package=libutempter"
24 SRC_URI="ftp://ftp.altlinux.org/pub/people/ldv/${PN}/${P}.tar.bz2"