Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/
Date: Sun, 08 Apr 2018 10:55:57
Message-Id: 1523184573.b53c7cb0889ee8e6d18c7fe2e66346b52aa255de.maekke@gentoo
1 commit: b53c7cb0889ee8e6d18c7fe2e66346b52aa255de
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 8 10:49:33 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 10:49:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53c7cb0
7
8 lxde-base/lxterminal: arm stable, bug #635992
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="arm"
12
13 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
17 index d18cb6673c8..e8d7be47928 100644
18 --- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
19 +++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
20 @@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal"
21 if [[ ${PV} == *9999* ]]; then
22 EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN}"
23 inherit git-r3
24 - KEYWORDS="amd64 ppc x86"
25 + KEYWORDS="amd64 arm ppc x86"
26 else
27 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
28 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
29 + KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
30 fi
31
32 LICENSE="GPL-2"