diff options
author | 2020-05-09 02:46:30 +0000 | |
---|---|---|
committer | 2020-05-09 11:47:15 +0300 | |
commit | 5f9d5d243ff7d351c4049ad070b3971973f3d5ab (patch) | |
tree | c36179880d70041a6866c15d273f600d2a6a9443 /x11-misc | |
parent | app-admin/keepassxc: arm64 keyworded (bug #721666) (diff) | |
download | gentoo-5f9d5d243ff7d351c4049ad070b3971973f3d5ab.tar.gz gentoo-5f9d5d243ff7d351c4049ad070b3971973f3d5ab.tar.bz2 gentoo-5f9d5d243ff7d351c4049ad070b3971973f3d5ab.zip |
x11-misc/xsel: arm64 keyworded (bug #721666)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsel/xsel-1.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xsel/xsel-1.2.0-r1.ebuild b/x11-misc/xsel/xsel-1.2.0-r1.ebuild index cdf297508f71..3ffdc71e3900 100644 --- a/x11-misc/xsel/xsel-1.2.0-r1.ebuild +++ b/x11-misc/xsel/xsel-1.2.0-r1.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 @@ -9,7 +9,7 @@ SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" LICENSE="HPND" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 |