diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-18 10:37:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-18 10:37:24 +0000 |
commit | a6dcbccd2356b3904610f8c04bbb2ba5edd6cf74 (patch) | |
tree | ee206770805d5528126837b8b8890136e75aae11 /dev-libs/libebml | |
parent | fix 496708, thanks Radoslaw Szkodzinski; drop idella4 from metadata.xml (diff) | |
download | gentoo-2-a6dcbccd2356b3904610f8c04bbb2ba5edd6cf74.tar.gz gentoo-2-a6dcbccd2356b3904610f8c04bbb2ba5edd6cf74.tar.bz2 gentoo-2-a6dcbccd2356b3904610f8c04bbb2ba5edd6cf74.zip |
Stable for HPPA (bug #492240).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index 58ff05ac19ef..b3b821f10c03 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.122 2013/03/21 09:10:12 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.123 2014/02/18 10:37:24 jer Exp $ + + 18 Feb 2014; Jeroen Roovers <jer@gentoo.org> libebml-1.3.0.ebuild: + Stable for HPPA (bug #492240). *libebml-1.3.0 (21 Mar 2013) diff --git a/dev-libs/libebml/libebml-1.3.0.ebuild b/dev-libs/libebml/libebml-1.3.0.ebuild index f94436324baf..33a4985101e0 100644 --- a/dev-libs/libebml/libebml-1.3.0.ebuild +++ b/dev-libs/libebml/libebml-1.3.0.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/libebml/libebml-1.3.0.ebuild,v 1.1 2013/03/21 09:10:12 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.3.0.ebuild,v 1.2 2014/02/18 10:37:24 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Matroska-Org/${PN}/archive/release-${PV}.tar.gz -> $ LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname major version -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug static-libs" S=${WORKDIR}/${PN}-release-${PV}/make/linux |