diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-09 20:02:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-09 20:02:49 +0000 |
commit | 48ad1030ea128f0828cc98aaf33be0134275a50b (patch) | |
tree | 805b6f8bfe2434cd46c659f01946bb06df2a8208 /sys-apps/the_silver_searcher | |
parent | Revision bump to mark the start of --root parameter support in udevadm. (diff) | |
download | gentoo-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/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild | 4 |
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" |