summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-06-06 05:59:37 +0000
committerMike Frysinger <vapier@gentoo.org>2014-06-06 05:59:37 +0000
commit2ba4451a58d553ec2454c50533cdcb5beb975e9c (patch)
tree0b777e50024888a4df25574645a40d2f7696f43c /dev-util
parentVersion bump, add libgcrypt slot operator (bug #494530). (diff)
downloadgentoo-2-2ba4451a58d553ec2454c50533cdcb5beb975e9c.tar.gz
gentoo-2-2ba4451a58d553ec2454c50533cdcb5beb975e9c.tar.bz2
gentoo-2-2ba4451a58d553ec2454c50533cdcb5beb975e9c.zip
Add arm64 love.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ctags/ChangeLog8
-rw-r--r--dev-util/ctags/ctags-5.8.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog
index abb4e403c72d..28b0c6147d87 100644
--- a/dev-util/ctags/ChangeLog
+++ b/dev-util/ctags/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ctags
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.84 2012/04/26 16:49:19 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.85 2014/06/06 05:59:37 vapier Exp $
+
+ 06 Jun 2014; Mike Frysinger <vapier@gentoo.org> ctags-5.8.ebuild:
+ Add arm64 love.
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> ctags-5.8.ebuild:
keyword ~amd64-fbsd
@@ -312,4 +315,3 @@
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
-
diff --git a/dev-util/ctags/ctags-5.8.ebuild b/dev-util/ctags/ctags-5.8.ebuild
index 9221def32955..bfe9f1e622b6 100644
--- a/dev-util/ctags/ctags-5.8.ebuild
+++ b/dev-util/ctags/ctags-5.8.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-util/ctags/ctags-5.8.ebuild,v 1.10 2012/04/26 16:49:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.8.ebuild,v 1.11 2014/06/06 05:59:37 vapier Exp $
EAPI="4"
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="ada"
DEPEND="app-admin/eselect-ctags"