diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-01 16:11:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-01 16:11:41 +0000 |
commit | 7ff835181a329ed97f1d702e21f59700b0e8b9bc (patch) | |
tree | 08e8e15921d9dbdb7c7b67297867753f787e93c4 /media-libs/libdca | |
parent | Stable for HPPA (bug #495724). (diff) | |
download | gentoo-2-7ff835181a329ed97f1d702e21f59700b0e8b9bc.tar.gz gentoo-2-7ff835181a329ed97f1d702e21f59700b0e8b9bc.tar.bz2 gentoo-2-7ff835181a329ed97f1d702e21f59700b0e8b9bc.zip |
Stable for HPPA (bug #495726).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-libs/libdca')
-rw-r--r-- | media-libs/libdca/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libdca/libdca-0.0.5-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libdca/ChangeLog b/media-libs/libdca/ChangeLog index 8b98418e29df..c8cbe64c0b2d 100644 --- a/media-libs/libdca/ChangeLog +++ b/media-libs/libdca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libdca -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdca/ChangeLog,v 1.33 2013/07/29 19:57:38 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdca/ChangeLog,v 1.34 2014/01/01 16:11:41 jer Exp $ + + 01 Jan 2014; Jeroen Roovers <jer@gentoo.org> libdca-0.0.5-r3.ebuild: + Stable for HPPA (bug #495726). 29 Jul 2013; Alexis Ballier <aballier@gentoo.org> libdca-0.0.5-r3.ebuild: Do not build the binaries for non native ABIs: They will be thrown away diff --git a/media-libs/libdca/libdca-0.0.5-r3.ebuild b/media-libs/libdca/libdca-0.0.5-r3.ebuild index a2d047ddb87e..c5fa7afbea0a 100644 --- a/media-libs/libdca/libdca-0.0.5-r3.ebuild +++ b/media-libs/libdca/libdca-0.0.5-r3.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/media-libs/libdca/libdca-0.0.5-r3.ebuild,v 1.2 2013/07/29 19:57:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdca/libdca-0.0.5-r3.ebuild,v 1.3 2014/01/01 16:11:41 jer Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib multilib-minimal @@ -12,7 +12,7 @@ SRC_URI="http://www.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug oss static-libs" RDEPEND="!media-libs/libdts |