diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-10 18:44:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-10 18:44:57 +0000 |
commit | eb5eae2341d54d79d591e190a1605975cd1e2325 (patch) | |
tree | a622271acea63803aad0a3669f3b9d7b92709087 /sys-apps/the_silver_searcher | |
parent | Bump to 0.0.6 (diff) | |
download | gentoo-2-eb5eae2341d54d79d591e190a1605975cd1e2325.tar.gz gentoo-2-eb5eae2341d54d79d591e190a1605975cd1e2325.tar.bz2 gentoo-2-eb5eae2341d54d79d591e190a1605975cd1e2325.zip |
Stable for amd64, wrt bug #433355
(Portage version: 2.1.11.9/cvs/Linux x86_64)
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.8.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 b585e5ed022a..d278dd353a8b 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.17 2012/07/10 08:33:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.18 2012/10/10 18:44:57 ago Exp $ + + 10 Oct 2012; Agostino Sarubbo <ago@gentoo.org> + the_silver_searcher-0.8.ebuild: + Stable for amd64, wrt bug #433355 *the_silver_searcher-0.8 (10 Jul 2012) diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild index 6180c038084a..0ced0d61185e 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.8.ebuild,v 1.1 2012/07/10 08:33:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild,v 1.2 2012/10/10 18:44:57 ago Exp $ EAPI=4 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" |