diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-31 14:44:28 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-31 14:44:28 +0100 |
commit | 90fcb2e857c0d703654e0e851ba5103398cd4fa7 (patch) | |
tree | 6024e4a4eae7b771990fc6a6dd8450ac877b0a6a /lxde-base | |
parent | net-analyzer/snort: Fix CFLAGS=-fno-common (diff) | |
download | gentoo-90fcb2e857c0d703654e0e851ba5103398cd4fa7.tar.gz gentoo-90fcb2e857c0d703654e0e851ba5103398cd4fa7.tar.bz2 gentoo-90fcb2e857c0d703654e0e851ba5103398cd4fa7.zip |
lxde-base/lxde-icon-theme: amd64 stable wrt bug #700896
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild b/lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild index 5c834512cf03..3cf36f8a3155 100644 --- a/lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild +++ b/lxde-base/lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxde/LXDE%20Icon%20Theme/${P}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~x86 ~x86-linux" IUSE="" RDEPEND="x11-libs/gtk+:2" |