diff options
author | 2015-01-09 14:30:32 +0000 | |
---|---|---|
committer | 2015-01-09 14:30:32 +0000 | |
commit | cfcab624325ab6a4467487bcbc3f14c27c135369 (patch) | |
tree | 85615aed2ce745a092c0288a9cbba1251670afe7 /dev-libs/log4cxx | |
parent | Linux patch 3.18.2. Patch to add support for Pogoplug E02. Patch to disallow ... (diff) | |
download | gentoo-2-cfcab624325ab6a4467487bcbc3f14c27c135369.tar.gz gentoo-2-cfcab624325ab6a4467487bcbc3f14c27c135369.tar.bz2 gentoo-2-cfcab624325ab6a4467487bcbc3f14c27c135369.zip |
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-libs/log4cxx')
-rw-r--r-- | dev-libs/log4cxx/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/log4cxx/log4cxx-0.10.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/log4cxx/ChangeLog b/dev-libs/log4cxx/ChangeLog index 9208b00cc826..8b78324aeb58 100644 --- a/dev-libs/log4cxx/ChangeLog +++ b/dev-libs/log4cxx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/log4cxx -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/ChangeLog,v 1.33 2010/08/27 18:02:47 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/ChangeLog,v 1.34 2015/01/09 14:30:32 aballier Exp $ + + 09 Jan 2015; Alexis Ballier <aballier@gentoo.org> log4cxx-0.10.0.ebuild: + keyword ~arm 27 Aug 2010; Zac Medico <zmedico@gentoo.org> metadata.xml: Use valid atoms in flag restrict attributes. diff --git a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild index 1179587a9418..175849f038b3 100644 --- a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild +++ b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.10 2010/02/25 09:53:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.11 2015/01/09 14:30:32 aballier Exp $ EAPI=2 inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/logging/${PN}/${PV}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos" IUSE="iodbc unicode odbc smtp" DEPEND="dev-libs/apr:1 |