diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:58:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:58:01 +0000 |
commit | d06c41115022cdb7cc37e1770d5e48a11ca06135 (patch) | |
tree | 9fedeabacbc4a05da998a15385f19ccbcf159ef6 /dev-libs/ustr | |
parent | Stable for x86, wrt bug #496436 (diff) | |
download | gentoo-2-d06c41115022cdb7cc37e1770d5e48a11ca06135.tar.gz gentoo-2-d06c41115022cdb7cc37e1770d5e48a11ca06135.tar.bz2 gentoo-2-d06c41115022cdb7cc37e1770d5e48a11ca06135.zip |
Stable for x86, wrt bug #495414
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/ustr')
-rw-r--r-- | dev-libs/ustr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ustr/ustr-1.0.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ustr/ChangeLog b/dev-libs/ustr/ChangeLog index 8a1392fe069b..8e692d003757 100644 --- a/dev-libs/ustr/ChangeLog +++ b/dev-libs/ustr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ustr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.12 2014/01/12 20:28:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.13 2014/01/14 13:58:01 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> ustr-1.0.4-r3.ebuild: + Stable for x86, wrt bug #495414 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> ustr-1.0.4-r3.ebuild: amd64 stable, bug #495414 diff --git a/dev-libs/ustr/ustr-1.0.4-r3.ebuild b/dev-libs/ustr/ustr-1.0.4-r3.ebuild index 235c18d17216..dcc256aaf6df 100644 --- a/dev-libs/ustr/ustr-1.0.4-r3.ebuild +++ b/dev-libs/ustr/ustr-1.0.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r3.ebuild,v 1.3 2014/01/12 20:28:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r3.ebuild,v 1.4 2014/01/14 13:58:01 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2" LICENSE="|| ( BSD-2 MIT LGPL-2 )" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ~x86" +KEYWORDS="amd64 ~arm ~mips x86" IUSE="" DEPEND="" |