Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/
Date: Thu, 22 Mar 2018 09:33:09
Message-Id: 1521711180.ea3db4c2642c8206efb8e8b7900843df4136e56d.ago@gentoo
1 commit: ea3db4c2642c8206efb8e8b7900843df4136e56d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 09:32:54 2018 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 09:33:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3db4c2
7
8 lxde-base/lxterminal: amd64 stable wrt bug #635992
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 RepoMan-Options: --include-arches="amd64"
13
14 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
18 index c6b5993d83c..71c42b79ad5 100644
19 --- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
20 +++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal"
28 if [[ ${PV} == *9999* ]]; then
29 EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN}"
30 inherit git-r3
31 - KEYWORDS=""
32 + KEYWORDS="amd64"
33 else
34 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
35 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
36 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
37 fi
38
39 LICENSE="GPL-2"