diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-28 23:27:56 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-28 23:27:56 +0000 |
commit | 77c2d4ba94514d25b524382a9979e771715e3b22 (patch) | |
tree | 49623b3d8696d466535b22985cb5c441ca37a92e /sys-apps/the_silver_searcher | |
parent | Version bump. (diff) | |
download | gentoo-2-77c2d4ba94514d25b524382a9979e771715e3b22.tar.gz gentoo-2-77c2d4ba94514d25b524382a9979e771715e3b22.tar.bz2 gentoo-2-77c2d4ba94514d25b524382a9979e771715e3b22.zip |
marked x86 per bug 413759
(Portage version: 2.2.0_alpha101/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.4.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 1d08af49e1c1..301747511a38 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.9 2012/04/28 12:20:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.10 2012/04/28 23:27:56 jdhore Exp $ + + 28 Apr 2012; Jeff Horelick <jdhore@gentoo.org> + the_silver_searcher-0.4.ebuild: + marked x86 per bug 413759 28 Apr 2012; Agostino Sarubbo <ago@gentoo.org> the_silver_searcher-0.4.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild index 2f01c4ae206b..5a56a3fadc88 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.4.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.4.ebuild,v 1.3 2012/04/28 12:20:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild,v 1.4 2012/04/28 23:27:56 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" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-libs/libpcre" |