Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/
Date: Thu, 22 Mar 2018 22:40:20
Message-Id: 1521758388.ecf890d06901d68471479190cd1ba446f9d73bc2.slyfox@gentoo
1 commit: ecf890d06901d68471479190cd1ba446f9d73bc2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 22:39:48 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 22:39:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf890d0
7
8 lxde-base/lxterminal: stable 0.3.1 for ppc, bug #635992
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc"
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 71c42b79ad5..4d4cc4a53d6 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"
25 + KEYWORDS="amd64 ppc"
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"