summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-02-04 08:55:24 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-02-04 08:55:24 +0000
commit23881d4a93b804fe29dc0f6d365472f47dab4bb3 (patch)
tree1f21b4533938f9675edfafbc616e56949fc43080 /dev-libs
parentUse supported Python implementation during build. Fixes bug #455260. (diff)
downloadgentoo-2-23881d4a93b804fe29dc0f6d365472f47dab4bb3.tar.gz
gentoo-2-23881d4a93b804fe29dc0f6d365472f47dab4bb3.tar.bz2
gentoo-2-23881d4a93b804fe29dc0f6d365472f47dab4bb3.zip
Keyword ~arm, wrt bug #455168
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libunistring/ChangeLog7
-rw-r--r--dev-libs/libunistring/libunistring-0.9.3-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libunistring/ChangeLog b/dev-libs/libunistring/ChangeLog
index 15c9e161f1a2..25dc92b955c9 100644
--- a/dev-libs/libunistring/ChangeLog
+++ b/dev-libs/libunistring/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libunistring
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v 1.7 2012/05/21 21:23:26 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/ChangeLog,v 1.8 2013/02/04 08:55:24 pinkbyte Exp $
+
+ 04 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> libunistring-0.9.3-r1.ebuild:
+ Keyword ~arm, wrt bug #455168
21 May 2012; Jeff Horelick <jdhore@gentoo.org> libunistring-0.9.3-r1.ebuild:
marked x86 per bug 415501
diff --git a/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild b/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild
index 1ba176e6b694..0d9ce4bf0570 100644
--- a/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild
+++ b/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild,v 1.3 2012/05/21 21:23:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/libunistring-0.9.3-r1.ebuild,v 1.4 2013/02/04 08:55:24 pinkbyte Exp $
EAPI="3"
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="LGPL-3 GPL-3"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="doc"
src_prepare() {