Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sxid/
Date: Sat, 10 Aug 2019 15:43:30
Message-Id: 1565451793.14d4aef6b27c46005698b7171c7fe57db42e6c83.juippis@gentoo
1 commit: 14d4aef6b27c46005698b7171c7fe57db42e6c83
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 15:43:13 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 15:43:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d4aef6
7
8 app-admin/sxid: fix previous commit
9
10 *laptop, outside, sun...*
11
12 Package-Manager: Portage-2.3.71, Repoman-2.3.17
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-admin/sxid/sxid-4.2-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild b/app-admin/sxid/sxid-4.2-r2.ebuild
19 index d789a465437..8e2f23878d4 100644
20 --- a/app-admin/sxid/sxid-4.2-r2.ebuild
21 +++ b/app-admin/sxid/sxid-4.2-r2.ebuild
22 @@ -5,8 +5,8 @@ EAPI=6
23
24 inherit autotools
25
26 -DESCRIPTION="suid, sgid file and directory checking https://github.com/taem/sxid"
27 -HOMEPAGE="http://linukz.org/sxid.shtml"
28 +DESCRIPTION="suid, sgid file and directory checking"
29 +HOMEPAGE="http://linukz.org/sxid.shtml https://github.com/taem/sxid"
30 SRC_URI="http://linukz.org/download/${P}.tar.gz"
31
32 LICENSE="GPL-2"