diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-04 20:16:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-04 20:16:33 +0000 |
commit | cc5cfbe5b8f7b2abd9f294851dff1bca26c1a8a8 (patch) | |
tree | e50fd5d0a5e21b44d02d08e41c5e7cf3a47da0a6 /dev-libs/re2 | |
parent | Stable for x86, wrt bug #463426 (diff) | |
download | gentoo-2-cc5cfbe5b8f7b2abd9f294851dff1bca26c1a8a8.tar.gz gentoo-2-cc5cfbe5b8f7b2abd9f294851dff1bca26c1a8a8.tar.bz2 gentoo-2-cc5cfbe5b8f7b2abd9f294851dff1bca26c1a8a8.zip |
Stable for x86, wrt bug #463426
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/re2')
-rw-r--r-- | dev-libs/re2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/re2/re2-0_p20130115.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/re2/ChangeLog b/dev-libs/re2/ChangeLog index 5da5df49a928..077580bd7c12 100644 --- a/dev-libs/re2/ChangeLog +++ b/dev-libs/re2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/re2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/re2/ChangeLog,v 1.6 2013/04/04 20:12:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/re2/ChangeLog,v 1.7 2013/04/04 20:16:33 ago Exp $ + + 04 Apr 2013; Agostino Sarubbo <ago@gentoo.org> re2-0_p20130115.ebuild: + Stable for x86, wrt bug #463426 04 Apr 2013; Agostino Sarubbo <ago@gentoo.org> re2-0_p20130115.ebuild: Stable for amd64, wrt bug #463426 diff --git a/dev-libs/re2/re2-0_p20130115.ebuild b/dev-libs/re2/re2-0_p20130115.ebuild index 859944027d0c..7806edd186f6 100644 --- a/dev-libs/re2/re2-0_p20130115.ebuild +++ b/dev-libs/re2/re2-0_p20130115.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/dev-libs/re2/re2-0_p20130115.ebuild,v 1.2 2013/04/04 20:12:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/re2/re2-0_p20130115.ebuild,v 1.3 2013/04/04 20:16:33 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://re2.googlecode.com/files/${PN}-${PV##*_p}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" # TODO: the directory in the tarball should really be versioned. |