diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-01-16 09:30:10 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-16 20:03:13 +0100 |
commit | 6a738a1fbebe067cae26cb315bfc83ba0e53777f (patch) | |
tree | 5c328acb6b684a32c1b9324307e0882ae9596009 /xfce-extra/xfce4-volumed-pulse | |
parent | xfce-extra/xfce4-pulseaudio-plugin: use BDEPEND with EAPI 7 (diff) | |
download | gentoo-6a738a1fbebe067cae26cb315bfc83ba0e53777f.tar.gz gentoo-6a738a1fbebe067cae26cb315bfc83ba0e53777f.tar.bz2 gentoo-6a738a1fbebe067cae26cb315bfc83ba0e53777f.zip |
xfce-extra/xfce4-volumed-pulse: EAPI 7
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-volumed-pulse')
-rw-r--r-- | xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild index 5cbb94f77326..f0809640fcdf 100644 --- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild +++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio" HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/" @@ -18,8 +18,8 @@ RDEPEND=">=dev-libs/glib-2.16:2= >=x11-libs/gtk+-3.20:3= >=xfce-base/xfconf-4.8:= libnotify? ( x11-libs/libnotify:= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_configure() { local myconf=( |