diff options
author | 2014-01-20 23:35:32 +0000 | |
---|---|---|
committer | 2014-01-20 23:35:32 +0000 | |
commit | 96db5726da9cd41cdee320c6c4feba471531a16b (patch) | |
tree | 81cb47b2e62f6fd571a08250b3abf32479986b9a /dev-vcs/cvsps/cvsps-2.2_beta1.ebuild | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-96db5726da9cd41cdee320c6c4feba471531a16b.tar.gz gentoo-2-96db5726da9cd41cdee320c6c4feba471531a16b.tar.bz2 gentoo-2-96db5726da9cd41cdee320c6c4feba471531a16b.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-vcs/cvsps/cvsps-2.2_beta1.ebuild')
-rw-r--r-- | dev-vcs/cvsps/cvsps-2.2_beta1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/cvsps/cvsps-2.2_beta1.ebuild b/dev-vcs/cvsps/cvsps-2.2_beta1.ebuild index eaab35c7f22e..16e4f41b968e 100644 --- a/dev-vcs/cvsps/cvsps-2.2_beta1.ebuild +++ b/dev-vcs/cvsps/cvsps-2.2_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/cvsps/cvsps-2.2_beta1.ebuild,v 1.1 2012/10/02 15:58:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.2_beta1.ebuild,v 1.2 2014/01/20 23:35:32 vapier Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="http://www.cobite.com/cvsps/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-libs/zlib" |