summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-28 21:04:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-28 21:04:32 +0000
commit3bf9385b15926474e117d6a3d4d99b315796207d (patch)
treedc345240c3839854c85ac9beeb90e97f629c6607 /media-sound
parentUpdate ebuild to EAPI5 and a few other improvements based on suggestions by (diff)
downloadgentoo-2-3bf9385b15926474e117d6a3d4d99b315796207d.tar.gz
gentoo-2-3bf9385b15926474e117d6a3d4d99b315796207d.tar.bz2
gentoo-2-3bf9385b15926474e117d6a3d4d99b315796207d.zip
fix dep on libiconv and slat it for emul soundlibs -r5
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/wavpack/ChangeLog5
-rw-r--r--media-sound/wavpack/wavpack-4.60.1-r1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/wavpack/ChangeLog b/media-sound/wavpack/ChangeLog
index 9c4da4c5037f..acc492fd042a 100644
--- a/media-sound/wavpack/ChangeLog
+++ b/media-sound/wavpack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/wavpack
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/ChangeLog,v 1.66 2013/07/06 19:00:34 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/ChangeLog,v 1.67 2013/07/28 21:04:32 aballier Exp $
+
+ 28 Jul 2013; Alexis Ballier <aballier@gentoo.org> wavpack-4.60.1-r1.ebuild:
+ fix dep on libiconv and slat it for emul soundlibs -r5
06 Jul 2013; Christoph Junghans <ottxor@gentoo.org> wavpack-4.60.1-r1.ebuild:
added prefix keywords
diff --git a/media-sound/wavpack/wavpack-4.60.1-r1.ebuild b/media-sound/wavpack/wavpack-4.60.1-r1.ebuild
index 12a276a59dbd..8f16eda0e631 100644
--- a/media-sound/wavpack/wavpack-4.60.1-r1.ebuild
+++ b/media-sound/wavpack/wavpack-4.60.1-r1.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-sound/wavpack/wavpack-4.60.1-r1.ebuild,v 1.2 2013/07/06 19:00:34 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.60.1-r1.ebuild,v 1.3 2013/07/28 21:04:32 aballier Exp $
EAPI=5
@@ -16,8 +16,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="mmx static-libs"
-RDEPEND="virtual/libiconv
- abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20121202 )"
+RDEPEND="virtual/libiconv[${MULTILIB_USEDEP}]
+ abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r4
+ !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}"