diff options
author | Markus Meier <maekke@gentoo.org> | 2013-12-26 14:51:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-12-26 14:51:42 +0000 |
commit | 8ebd94f6d04717498ca6153baa6e64e3e59d76ef (patch) | |
tree | 05300d99ec0b44e8e3ef037825908e0475c536b1 /dev-cpp/libbinio | |
parent | dev-lang/tcl: Add multilib support, #496008 ; thanks Michael Mair-Keimberger ... (diff) | |
download | gentoo-2-8ebd94f6d04717498ca6153baa6e64e3e59d76ef.tar.gz gentoo-2-8ebd94f6d04717498ca6153baa6e64e3e59d76ef.tar.bz2 gentoo-2-8ebd94f6d04717498ca6153baa6e64e3e59d76ef.zip |
arm stable, bug #489962
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-cpp/libbinio')
-rw-r--r-- | dev-cpp/libbinio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog index d14295494f72..134d739b02df 100644 --- a/dev-cpp/libbinio/ChangeLog +++ b/dev-cpp/libbinio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libbinio # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.31 2013/01/20 09:55:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.32 2013/12/26 14:51:42 maekke Exp $ + + 26 Dec 2013; Markus Meier <maekke@gentoo.org> libbinio-1.4.ebuild: + arm stable, bug #489962 20 Jan 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup fue retirement, bug #35242 diff --git a/dev-cpp/libbinio/libbinio-1.4.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild index 3da024d3a851..00e1c8c3ac3b 100644 --- a/dev-cpp/libbinio/libbinio-1.4.ebuild +++ b/dev-cpp/libbinio/libbinio-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.20 2011/12/23 00:48:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.21 2013/12/26 14:51:42 maekke Exp $ EAPI=4 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="static-libs" DOCS=( AUTHORS NEWS README ) |