diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-27 11:32:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-27 11:32:43 +0000 |
commit | c7d3530e5d4135c97cbd95fd64810920276d541a (patch) | |
tree | e7791b6c11071bd2f06b774c8b3157194f97e285 /sys-apps/the_silver_searcher | |
parent | sys-fs/aufs-util: Drop Kernel config check, #471412; as it was obvious inform... (diff) | |
download | gentoo-2-c7d3530e5d4135c97cbd95fd64810920276d541a.tar.gz gentoo-2-c7d3530e5d4135c97cbd95fd64810920276d541a.tar.bz2 gentoo-2-c7d3530e5d4135c97cbd95fd64810920276d541a.zip |
Marked ~hppa too.
(Portage version: 2.2.0_alpha177/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r-- | sys-apps/the_silver_searcher/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog index 2c776b655be9..cccbfeebd873 100644 --- a/sys-apps/the_silver_searcher/ChangeLog +++ b/sys-apps/the_silver_searcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/the_silver_searcher # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.28 2013/05/27 02:38:17 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.29 2013/05/27 11:32:43 jer Exp $ + + 27 May 2013; Jeroen Roovers <jer@gentoo.org> the_silver_searcher-0.14.ebuild: + Marked ~hppa too. 27 May 2013; Jeff Horelick <jdhore@gentoo.org> -the_silver_searcher-0.13.1.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild index d816b690c6fb..32886e8748b3 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild,v 1.4 2013/05/26 15:56:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild,v 1.5 2013/05/27 11:32:43 jer Exp $ EAPI=5 inherit autotools bash-completion-r1 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-libs/libpcre" |