diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-15 11:17:48 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-15 11:17:48 +0000 |
commit | 938f68cbd690d84a2a0d92de773c90e58ab8819a (patch) | |
tree | f674a93c44ccd1d4bbb2d4f9ce0339c9d8f0ade8 /media-libs/libsamplerate | |
parent | Version bump (diff) | |
download | gentoo-2-938f68cbd690d84a2a0d92de773c90e58ab8819a.tar.gz gentoo-2-938f68cbd690d84a2a0d92de773c90e58ab8819a.tar.bz2 gentoo-2-938f68cbd690d84a2a0d92de773c90e58ab8819a.zip |
amd64 stable wrt bug #516220
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'media-libs/libsamplerate')
-rw-r--r-- | media-libs/libsamplerate/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog index 821431a1d58b..434973a07902 100644 --- a/media-libs/libsamplerate/ChangeLog +++ b/media-libs/libsamplerate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsamplerate -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.76 2013/07/29 22:19:12 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.77 2014/07/15 11:17:48 zlogene Exp $ + + 15 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> libsamplerate-0.1.8-r1.ebuild: + amd64 stable wrt bug #516220 29 Jul 2013; Alexis Ballier <aballier@gentoo.org> libsamplerate-0.1.8-r1.ebuild: diff --git a/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild index 2eb0078e762d..7dbd14cb8ae8 100644 --- a/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.1.8-r1.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/libsamplerate/libsamplerate-0.1.8-r1.ebuild,v 1.2 2013/07/29 22:19:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8-r1.ebuild,v 1.3 2014/07/15 11:17:48 zlogene Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="sndfile static-libs" RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 ) |