diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 12:34:03 -0500 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 12:46:17 -0500 |
commit | caf61fafcd484fbaebfa47a9777bedb98c6038ff (patch) | |
tree | c76c2b89311b7700c090ea28d22135aa307ceb79 /app-text/wdiff/wdiff-1.2.2-r1.ebuild | |
parent | media-sound/mpd: Version bump (v0.21.0) (diff) | |
download | gentoo-caf61fafcd484fbaebfa47a9777bedb98c6038ff.tar.gz gentoo-caf61fafcd484fbaebfa47a9777bedb98c6038ff.tar.bz2 gentoo-caf61fafcd484fbaebfa47a9777bedb98c6038ff.zip |
app-text/wdiff: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Diffstat (limited to 'app-text/wdiff/wdiff-1.2.2-r1.ebuild')
-rw-r--r-- | app-text/wdiff/wdiff-1.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/wdiff/wdiff-1.2.2-r1.ebuild b/app-text/wdiff/wdiff-1.2.2-r1.ebuild index 88b88f79755c..e5340d3ca4e0 100644 --- a/app-text/wdiff/wdiff-1.2.2-r1.ebuild +++ b/app-text/wdiff/wdiff-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="experimental test" RDEPEND=" |