diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 10:21:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-19 10:21:13 +0000 |
commit | d3deccb659978c79068df476f734331a43035ac4 (patch) | |
tree | ac2e1d14aa1a715bccbb31ef0e86f1069404d230 /dev-vcs/cvs/cvs-1.11.23.ebuild | |
parent | Stable for ppc64, wrt bug #495634 (diff) | |
download | gentoo-2-d3deccb659978c79068df476f734331a43035ac4.tar.gz gentoo-2-d3deccb659978c79068df476f734331a43035ac4.tar.bz2 gentoo-2-d3deccb659978c79068df476f734331a43035ac4.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-vcs/cvs/cvs-1.11.23.ebuild')
-rw-r--r-- | dev-vcs/cvs/cvs-1.11.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/cvs/cvs-1.11.23.ebuild b/dev-vcs/cvs/cvs-1.11.23.ebuild index 985f57601c38..fda4c30fc119 100644 --- a/dev-vcs/cvs/cvs-1.11.23.ebuild +++ b/dev-vcs/cvs/cvs-1.11.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild,v 1.2 2011/02/10 18:09:44 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.11.23.ebuild,v 1.3 2014/01/19 10:21:13 vapier Exp $ EAPI=3 @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/non-gnu/cvs/source/stable/${PV}/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2" SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -KEYWORDS="~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~arm64 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs" DEPEND=">=sys-libs/zlib-1.1.4" |