diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-04-30 10:38:47 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-04-30 10:38:47 +0000 |
commit | af406370b5bd6ffdae99ef1faa3a1271fbcac021 (patch) | |
tree | d89ed86eca1469abcec2f91e62493aeec8dc815f /media-libs/libsoundtouch | |
parent | Stable for amd64 wrt bug #502868 (diff) | |
download | gentoo-2-af406370b5bd6ffdae99ef1faa3a1271fbcac021.tar.gz gentoo-2-af406370b5bd6ffdae99ef1faa3a1271fbcac021.tar.bz2 gentoo-2-af406370b5bd6ffdae99ef1faa3a1271fbcac021.zip |
Stable for amd64 wrt bug #502842
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 52de1bc4fba7..212453b657eb 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.74 2014/04/05 15:27:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.75 2014/04/30 10:38:47 nimiux Exp $ + + 30 Apr 2014; Chema Alonso <nimiux@gentoo.org> libsoundtouch-1.8.0.ebuild: + Stable for amd64 wrt bug #502842 05 Apr 2014; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.8.0.ebuild: Stable for HPPA (bug #502842). diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild index fbbb9f172bae..74a93ee64c40 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.8.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/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.2 2014/04/05 15:27:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.3 2014/04/30 10:38:47 nimiux Exp $ EAPI=5 inherit autotools eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="sse2 static-libs" DEPEND="virtual/pkgconfig" |