diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-07 23:28:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-07 23:28:01 +0000 |
commit | c4935d5e7547211133d247aa78637e8b3e916ecf (patch) | |
tree | 26eede8e871cabf0c0502ab6ff91e9ccb21e63ba /media-libs/libmatroska | |
parent | amd64 stable, bug #492240 (diff) | |
download | gentoo-2-c4935d5e7547211133d247aa78637e8b3e916ecf.tar.gz gentoo-2-c4935d5e7547211133d247aa78637e8b3e916ecf.tar.bz2 gentoo-2-c4935d5e7547211133d247aa78637e8b3e916ecf.zip |
amd64 stable, bug #492246
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/libmatroska')
-rw-r--r-- | media-libs/libmatroska/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libmatroska/libmatroska-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libmatroska/ChangeLog b/media-libs/libmatroska/ChangeLog index de6529ff0913..fc1c953e0bd9 100644 --- a/media-libs/libmatroska/ChangeLog +++ b/media-libs/libmatroska/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmatroska # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.112 2014/02/20 18:11:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/ChangeLog,v 1.113 2014/03/07 23:28:01 pacho Exp $ + + 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> libmatroska-1.4.1.ebuild: + amd64 stable, bug #492246 20 Feb 2014; Markus Meier <maekke@gentoo.org> libmatroska-1.4.1.ebuild: arm stable, bug #492246 diff --git a/media-libs/libmatroska/libmatroska-1.4.1.ebuild b/media-libs/libmatroska/libmatroska-1.4.1.ebuild index bf7e1e0171ec..a5265b9ede18 100644 --- a/media-libs/libmatroska/libmatroska-1.4.1.ebuild +++ b/media-libs/libmatroska/libmatroska-1.4.1.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/media-libs/libmatroska/libmatroska-1.4.1.ebuild,v 1.3 2014/02/20 18:11:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-1.4.1.ebuild,v 1.4 2014/03/07 23:28:01 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Matroska-Org/libmatroska/archive/release-${PV}.tar.g LICENSE="GPL-2" SLOT="0/6" # subslot = soname major version -KEYWORDS="~alpha ~amd64 arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" IUSE="static-libs" RESTRICT="test" |