diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-19 19:25:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-19 19:25:07 +0000 |
commit | 890208bbad4c2bea8c72861ff30de53bd500d037 (patch) | |
tree | 96fd54c62f81eb6511a4b059649041294210e673 /media-libs | |
parent | Add "missingok" to the logrotate file to avoid errors about non-existent logs (diff) | |
download | gentoo-2-890208bbad4c2bea8c72861ff30de53bd500d037.tar.gz gentoo-2-890208bbad4c2bea8c72861ff30de53bd500d037.tar.bz2 gentoo-2-890208bbad4c2bea8c72861ff30de53bd500d037.zip |
Add ~ppc, wrt bug #466276
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opusfile/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/opusfile/opusfile-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/opusfile/ChangeLog b/media-libs/opusfile/ChangeLog index 54a32c8ec1cb..582f937b0a65 100644 --- a/media-libs/opusfile/ChangeLog +++ b/media-libs/opusfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/opusfile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.1 2013/04/17 19:51:34 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.2 2013/04/19 19:25:07 ago Exp $ + + 19 Apr 2013; Agostino Sarubbo <ago@gentoo.org> opusfile-0.2.ebuild: + Add ~ppc, wrt bug #466276 *opusfile-0.2 (17 Apr 2013) diff --git a/media-libs/opusfile/opusfile-0.2.ebuild b/media-libs/opusfile/opusfile-0.2.ebuild index 4c29581830dc..569af0a3c4e4 100644 --- a/media-libs/opusfile/opusfile-0.2.ebuild +++ b/media-libs/opusfile/opusfile-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild,v 1.1 2013/04/17 19:51:34 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.2.ebuild,v 1.2 2013/04/19 19:25:07 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc fixed-point +float +http static-libs" RDEPEND="media-libs/libogg |