summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-05-20 20:47:42 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-05-20 20:47:42 +0000
commitfb4739ad970e06136adeedb1a592ff8c53cfaf7a (patch)
tree4690fbddd424701ea78ed2b552c0f91e790f5d1a /dev-libs/chmlib
parentStable for HPPA (bug #509132). (diff)
downloadgentoo-2-fb4739ad970e06136adeedb1a592ff8c53cfaf7a.tar.gz
gentoo-2-fb4739ad970e06136adeedb1a592ff8c53cfaf7a.tar.bz2
gentoo-2-fb4739ad970e06136adeedb1a592ff8c53cfaf7a.zip
Add ~arm keyword.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-libs/chmlib')
-rw-r--r--dev-libs/chmlib/ChangeLog6
-rw-r--r--dev-libs/chmlib/chmlib-0.40-r1.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-libs/chmlib/ChangeLog b/dev-libs/chmlib/ChangeLog
index 8ad83e5caf3b..23a940199798 100644
--- a/dev-libs/chmlib/ChangeLog
+++ b/dev-libs/chmlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/chmlib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.24 2014/03/09 03:40:20 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.25 2014/05/20 20:47:42 mrueg Exp $
+
+ 20 May 2014; Manuel Rüger <mrueg@gentoo.org> chmlib-0.40-r1.ebuild:
+ Add ~arm keyword.
09 Mar 2014; Ryan Hill <rhill@gentoo.org> metadata.xml:
Change my email.
@@ -182,4 +185,3 @@
10 Sep 2003; Sergey Kuleshov <svyatogor@gentoo.org> chmlib-0.31.ebuild:
Initial commit of chmlib. Closing the bug #21342. Thanks to Andrew Kirilenko
<icedank@gmx.net> for the contributed ebuild.
-
diff --git a/dev-libs/chmlib/chmlib-0.40-r1.ebuild b/dev-libs/chmlib/chmlib-0.40-r1.ebuild
index 5b70fcc51fb6..d0440c08fb24 100644
--- a/dev-libs/chmlib/chmlib-0.40-r1.ebuild
+++ b/dev-libs/chmlib/chmlib-0.40-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/chmlib/chmlib-0.40-r1.ebuild,v 1.8 2011/09/29 02:09:38 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40-r1.ebuild,v 1.9 2014/05/20 20:47:42 mrueg Exp $
EAPI="3"
@@ -12,7 +12,7 @@ SRC_URI="http://www.jedrea.com/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86"
IUSE="+examples static-libs"
DOCS=(AUTHORS NEWS README)