diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-25 23:53:51 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-26 00:40:38 +0200 |
commit | 33c89546e913793c0dc89f71f29fd734fe2b4bbb (patch) | |
tree | 68ca82f1cb4e5e775bdd6a3015be7e0c6b3bd6a1 /lxde-base/lxterminal | |
parent | dev-libs/librelp: x86 stable (bug #651192) (diff) | |
download | gentoo-33c89546e913793c0dc89f71f29fd734fe2b4bbb.tar.gz gentoo-33c89546e913793c0dc89f71f29fd734fe2b4bbb.tar.bz2 gentoo-33c89546e913793c0dc89f71f29fd734fe2b4bbb.zip |
lxde-base/lxterminal: x86 stable (bug #635992)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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 4d4cc4a53d62..d18cb6673c86 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" + KEYWORDS="amd64 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" |