summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-02-09 20:02:49 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-02-09 20:02:49 +0000
commit48ad1030ea128f0828cc98aaf33be0134275a50b (patch)
tree805b6f8bfe2434cd46c659f01946bb06df2a8208 /sys-apps/the_silver_searcher
parentRevision bump to mark the start of --root parameter support in udevadm. (diff)
downloadgentoo-2-48ad1030ea128f0828cc98aaf33be0134275a50b.tar.gz
gentoo-2-48ad1030ea128f0828cc98aaf33be0134275a50b.tar.bz2
gentoo-2-48ad1030ea128f0828cc98aaf33be0134275a50b.zip
Stable for amd64, wrt bug #456334
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r--sys-apps/the_silver_searcher/ChangeLog6
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog
index 8d2f9ab26688..86815ca90074 100644
--- a/sys-apps/the_silver_searcher/ChangeLog
+++ b/sys-apps/the_silver_searcher/ChangeLog
@@ -1,6 +1,10 @@
# 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.22 2013/02/09 19:47:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.23 2013/02/09 20:02:49 ago Exp $
+
+ 09 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
+ the_silver_searcher-0.13.1.ebuild:
+ Stable for amd64, wrt bug #456334
09 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
the_silver_searcher-0.13.1.ebuild:
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild
index 02b8aab0d846..c959f84d1775 100644
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.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.13.1.ebuild,v 1.2 2013/02/09 19:47:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild,v 1.3 2013/02/09 20:02:49 ago Exp $
EAPI=5
inherit autotools
@@ -11,7 +11,7 @@ SRC_URI="mirror://github/ggreer/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND="dev-libs/libpcre"