Fixed QA issues in media-sound

This commit is contained in:
tastytea 2018-06-21 21:08:24 +02:00
parent 6201e5e44b
commit 9f59ce3f63
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 15 additions and 5 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
<use>
<flag name="pavucontrol">Enable mixer support</flag>
</use>
</pkgmetadata>

View File

@ -1,6 +1,5 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit git-r3
@ -16,9 +15,9 @@ KEYWORDS="~amd64 ~x86"
IUSE="+pavucontrol"
DEPEND=""
RDEPEND=">=dev-util/desktop-file-utils-0.23
>=media-sound/pulseaudio-9.0
>=dev-python/pygobject-2.28.6:2
pavucontrol? ( >=media-sound/pavucontrol-3.0 )"
>=media-sound/pulseaudio-9.0
>=dev-python/pygobject-2.28.6:2
pavucontrol? ( >=media-sound/pavucontrol-3.0 )"
src_unpack() {
git-r3_src_unpack