Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/treesize/
Date: Mon, 08 Oct 2018 11:59:28
Message-Id: 1538999917.a232200f7a351d5fbcde4a8f4bcf020f43bac196.zlogene@gentoo
1 commit: a232200f7a351d5fbcde4a8f4bcf020f43bac196
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 11:58:37 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 8 11:58:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a232200f
7
8 sys-fs/treesize: Mark stable
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 sys-fs/treesize/treesize-0.54.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/treesize/treesize-0.54.1-r1.ebuild b/sys-fs/treesize/treesize-0.54.1-r1.ebuild
17 index ab8727ebfd4..315e9e86c23 100644
18 --- a/sys-fs/treesize/treesize-0.54.1-r1.ebuild
19 +++ b/sys-fs/treesize/treesize-0.54.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tbz2"
27
28 LICENSE="GPL-3+"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32
33 RDEPEND="x11-libs/gtk+:2"
34 DEPEND="${RDEPEND}"