diff options
Diffstat (limited to 'lxde-base/lxterminal/lxterminal-0.3.2.ebuild')
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild index a11e78007f3a..acba73ffb69b 100644 --- a/lxde-base/lxterminal/lxterminal-0.3.2.ebuild +++ b/lxde-base/lxterminal/lxterminal-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="amd64 arm ppc x86" else SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ppc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |