diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-03-22 10:32:54 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-03-22 10:33:00 +0100 |
commit | ea3db4c2642c8206efb8e8b7900843df4136e56d (patch) | |
tree | 2e144af5db2a26fc827da62610a63f33a3150117 /lxde-base | |
parent | dev-ruby/database_cleaner: backport upstream fix for table name quoting (diff) | |
download | gentoo-ea3db4c2642c8206efb8e8b7900843df4136e56d.tar.gz gentoo-ea3db4c2642c8206efb8e8b7900843df4136e56d.tar.bz2 gentoo-ea3db4c2642c8206efb8e8b7900843df4136e56d.zip |
lxde-base/lxterminal: amd64 stable wrt bug #635992
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild index c6b5993d83cd..71c42b79ad59 100644 --- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild +++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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="" + KEYWORDS="amd64" 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" |