diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ustr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ustr/ustr-1.0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ustr/ChangeLog b/dev-libs/ustr/ChangeLog index 0908cc29cd3e..ec60e8a3bff4 100644 --- a/dev-libs/ustr/ChangeLog +++ b/dev-libs/ustr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ustr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.5 2011/02/10 11:20:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.6 2011/02/12 09:51:09 hwoarang Exp $ + + 12 Feb 2011; Markos Chandras <hwoarang@gentoo.org> ustr-1.0.4-r1.ebuild: + Stable on amd64 wrt bug #353781 10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ustr-1.0.4-r1.ebuild: x86 stable wrt bug #353781 diff --git a/dev-libs/ustr/ustr-1.0.4-r1.ebuild b/dev-libs/ustr/ustr-1.0.4-r1.ebuild index ad645974d75c..98d024033b39 100644 --- a/dev-libs/ustr/ustr-1.0.4-r1.ebuild +++ b/dev-libs/ustr/ustr-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r1.ebuild,v 1.3 2011/02/10 11:20:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r1.ebuild,v 1.4 2011/02/12 09:51:09 hwoarang Exp $ EAPI="2" @@ -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 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" |