diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-07 23:27:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-07 23:27:35 +0000 |
commit | 83ef7649c0e7f871cee63ea7c0eb53a2bb6c4e51 (patch) | |
tree | 0e26d9a8c7cac7eb80ec7e5224863a2ff5b66244 /dev-libs/libebml | |
parent | amd64 stable, bug #492236 (diff) | |
download | gentoo-2-83ef7649c0e7f871cee63ea7c0eb53a2bb6c4e51.tar.gz gentoo-2-83ef7649c0e7f871cee63ea7c0eb53a2bb6c4e51.tar.bz2 gentoo-2-83ef7649c0e7f871cee63ea7c0eb53a2bb6c4e51.zip |
amd64 stable, bug #492240
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
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 914440bbb010..77adb0654d9b 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.125 2014/02/20 18:10:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.126 2014/03/07 23:27:35 pacho Exp $ + + 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> libebml-1.3.0.ebuild: + amd64 stable, bug #492240 20 Feb 2014; Markus Meier <maekke@gentoo.org> libebml-1.3.0.ebuild: arm stable, bug #492240 diff --git a/dev-libs/libebml/libebml-1.3.0.ebuild b/dev-libs/libebml/libebml-1.3.0.ebuild index 05985f800fc5..d26ae7b566ed 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.4 2014/02/20 18:10:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.3.0.ebuild,v 1.5 2014/03/07 23:27:35 pacho 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 |