diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 05:43:42 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 05:43:42 +0000 |
commit | f878bb4bb59084f5af24c65de20374629c5b2707 (patch) | |
tree | d82e739dd6cb229c6f8c93fb09e1a4f9dd893f29 /sys-apps/the_silver_searcher | |
parent | Fix tests with ruby19, bug 421929. (diff) | |
download | gentoo-2-f878bb4bb59084f5af24c65de20374629c5b2707.tar.gz gentoo-2-f878bb4bb59084f5af24c65de20374629c5b2707.tar.bz2 gentoo-2-f878bb4bb59084f5af24c65de20374629c5b2707.zip |
marked x86 per bug 422191
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
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.7.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 08dc2a803f34..2a3c1769b636 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.14 2012/06/19 19:48:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.15 2012/06/20 05:43:42 jdhore Exp $ + + 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> + the_silver_searcher-0.7.1.ebuild: + marked x86 per bug 422191 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> the_silver_searcher-0.7.1.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild index 489118107d94..395f6cfe677d 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.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.7.1.ebuild,v 1.3 2012/06/19 19:48:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild,v 1.4 2012/06/20 05:43:42 jdhore 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" |