diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-19 15:18:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-19 15:18:04 +0000 |
commit | 2fe1c4d8276b306b079b519409b09e494fe7dd0d (patch) | |
tree | 2737ebed2822ee16421fa59b6abedbfc60868cbc /dev-libs/libebml | |
parent | version bump, security bug 505072 (diff) | |
download | gentoo-2-2fe1c4d8276b306b079b519409b09e494fe7dd0d.tar.gz gentoo-2-2fe1c4d8276b306b079b519409b09e494fe7dd0d.tar.bz2 gentoo-2-2fe1c4d8276b306b079b519409b09e494fe7dd0d.zip |
Stable for alpha, wrt bug #492240
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libebml/ChangeLog b/dev-libs/libebml/ChangeLog index f4dbeac0e613..1e9ea089477f 100644 --- a/dev-libs/libebml/ChangeLog +++ b/dev-libs/libebml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libebml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.129 2014/03/14 10:09:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.130 2014/03/19 15:18:04 ago Exp $ + + 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libebml-1.3.0.ebuild: + Stable for alpha, wrt bug #492240 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libebml-1.3.0.ebuild: Stable for ppc64, wrt bug #492240 diff --git a/dev-libs/libebml/libebml-1.3.0.ebuild b/dev-libs/libebml/libebml-1.3.0.ebuild index 428d6eb0020b..bf9fde1e17fd 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-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.8 2014/03/14 10:09:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.3.0.ebuild,v 1.9 2014/03/19 15:18:04 ago 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 |