diff options
author | Markus Meier <maekke@gentoo.org> | 2018-04-08 12:49:33 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-04-08 12:49:33 +0200 |
commit | b53c7cb0889ee8e6d18c7fe2e66346b52aa255de (patch) | |
tree | 95c15630aa4b60ff72dc8c2d4909ece3bafbef13 /lxde-base/lxterminal | |
parent | media-libs/libraw: arm stable, bug #633826 (diff) | |
download | gentoo-b53c7cb0889ee8e6d18c7fe2e66346b52aa255de.tar.gz gentoo-b53c7cb0889ee8e6d18c7fe2e66346b52aa255de.tar.bz2 gentoo-b53c7cb0889ee8e6d18c7fe2e66346b52aa255de.zip |
lxde-base/lxterminal: arm stable, bug #635992
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'lxde-base/lxterminal')
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild index d18cb6673c86..e8d7be47928b 100644 --- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild +++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild @@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN}" inherit git-r3 - KEYWORDS="amd64 ppc x86" + KEYWORDS="amd64 arm ppc x86" else SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux" fi LICENSE="GPL-2" |