summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-06-14 16:38:48 +0000
committerUlrich Müller <ulm@gentoo.org>2015-06-14 16:38:48 +0000
commitd0df5d708bd44d5c81ac41ab6679b7c2cd9b170d (patch)
treea7bb0a5071c4a75e32b4a8c98959e6e1e0e6df61 /media-sound/apulse
parent[QA] Remove emul-linux-x86-* from dependencies. (diff)
downloadgentoo-2-d0df5d708bd44d5c81ac41ab6679b7c2cd9b170d.tar.gz
gentoo-2-d0df5d708bd44d5c81ac41ab6679b7c2cd9b170d.tar.bz2
gentoo-2-d0df5d708bd44d5c81ac41ab6679b7c2cd9b170d.zip
[QA] Remove emul-linux-x86-* from dependencies.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'media-sound/apulse')
-rw-r--r--media-sound/apulse/ChangeLog7
-rw-r--r--media-sound/apulse/apulse-0.1.4.ebuild21
2 files changed, 9 insertions, 19 deletions
diff --git a/media-sound/apulse/ChangeLog b/media-sound/apulse/ChangeLog
index f1b03a5af2f5..a49c37158f88 100644
--- a/media-sound/apulse/ChangeLog
+++ b/media-sound/apulse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/apulse
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.8 2014/12/05 14:34:12 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.9 2015/06/14 16:38:48 ulm Exp $
+
+ 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> apulse-0.1.4.ebuild:
+ [QA] Remove emul-linux-x86-* from dependencies.
05 Dec 2014; Michał Górny <mgorny@gentoo.org> apulse-0.1.4.ebuild:
Restore alsa-plugins[pulseaudio] blocker, removed by mistake.
diff --git a/media-sound/apulse/apulse-0.1.4.ebuild b/media-sound/apulse/apulse-0.1.4.ebuild
index c877413aa6d7..89eb68e3b15a 100644
--- a/media-sound/apulse/apulse-0.1.4.ebuild
+++ b/media-sound/apulse/apulse-0.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild,v 1.4 2014/12/05 14:34:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild,v 1.5 2015/06/14 16:38:48 ulm Exp $
EAPI=5
@@ -12,23 +12,10 @@ SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT LGPL-2.1"
SLOT="0"
-
KEYWORDS="~amd64 ~x86"
-# Tricky stuff, we want to support both gx86-multilib and emul-linux-x86.
-DEPEND="
- || (
- (
- dev-libs/glib:2[${MULTILIB_USEDEP}]
- media-libs/alsa-lib[${MULTILIB_USEDEP}]
- )
- amd64? ( abi_x86_32? ( !abi_x86_x32? (
- dev-libs/glib:2
- media-libs/alsa-lib
- app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
- app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
- ) ) )
- )"
+DEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}]
+ media-libs/alsa-lib[${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}
!!media-plugins/alsa-plugins[pulseaudio]"