diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-06-10 07:43:52 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-06-10 07:44:32 -0500 |
commit | 1c2c762c232ffe1f7b864f3860943286f659469b (patch) | |
tree | 380bb3e4cfdfdcfbbac819fca847890a21ca9bfe /gui-apps | |
parent | net-analyzer/iptraf-ng: Update SRC_URI, again (diff) | |
download | gentoo-1c2c762c232ffe1f7b864f3860943286f659469b.tar.gz gentoo-1c2c762c232ffe1f7b864f3860943286f659469b.tar.bz2 gentoo-1c2c762c232ffe1f7b864f3860943286f659469b.zip |
gui-apps/nm-tray: keyword on x86
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/nm-tray/nm-tray-0.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/nm-tray/nm-tray-0.4.3.ebuild b/gui-apps/nm-tray/nm-tray-0.4.3.ebuild index d18f9b26f666..e921fc04cae9 100644 --- a/gui-apps/nm-tray/nm-tray-0.4.3.ebuild +++ b/gui-apps/nm-tray/nm-tray-0.4.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/palinek/nm-tray/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" BDEPEND=">=dev-util/cmake-3.10" |