diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-07 00:03:48 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-01-07 00:03:48 +0000 |
commit | e2d6ba69ad8649dac29a45cac8985a50c051ac05 (patch) | |
tree | 743c01fe13130895915c080658cdbd4501095c5a /dev-libs/ustr | |
parent | Version bump. (diff) | |
download | gentoo-2-e2d6ba69ad8649dac29a45cac8985a50c051ac05.tar.gz gentoo-2-e2d6ba69ad8649dac29a45cac8985a50c051ac05.tar.bz2 gentoo-2-e2d6ba69ad8649dac29a45cac8985a50c051ac05.zip |
Add ~arm and ~mips keywords
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs/ustr')
-rw-r--r-- | dev-libs/ustr/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ustr/ustr-1.0.4-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/ustr/ChangeLog b/dev-libs/ustr/ChangeLog index f4442c9cd22f..f1ac1f1b7460 100644 --- a/dev-libs/ustr/ChangeLog +++ b/dev-libs/ustr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ustr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.10 2013/11/09 14:54:14 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.11 2014/01/07 00:03:48 pinkbyte Exp $ + + 07 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> ustr-1.0.4-r3.ebuild: + Add ~arm and ~mips keywords *ustr-1.0.4-r3 (09 Nov 2013) diff --git a/dev-libs/ustr/ustr-1.0.4-r3.ebuild b/dev-libs/ustr/ustr-1.0.4-r3.ebuild index 3b2c861d3a5e..d5cd991024f5 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-2013 Gentoo Foundation +# 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.1 2013/11/09 14:54:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4-r3.ebuild,v 1.2 2014/01/07 00:03:48 pinkbyte 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 ~x86" +KEYWORDS="~amd64 ~arm ~mips ~x86" IUSE="" DEPEND="" |