diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-01-16 09:29:31 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-16 20:03:12 +0100 |
commit | 6b78f2a273f5757887de834fcf43f6e8a1349609 (patch) | |
tree | 386826bbdc9fc743d5971a09ab0940b899823e3a /xfce-extra/xfce4-pulseaudio-plugin | |
parent | dev-libs/keybinder: EAPI 7 (diff) | |
download | gentoo-6b78f2a273f5757887de834fcf43f6e8a1349609.tar.gz gentoo-6b78f2a273f5757887de834fcf43f6e8a1349609.tar.bz2 gentoo-6b78f2a273f5757887de834fcf43f6e8a1349609.zip |
xfce-extra/xfce4-pulseaudio-plugin: use BDEPEND with 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-pulseaudio-plugin')
-rw-r--r-- | xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.3.ebuild b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.3.ebuild index 63ba8af5f624..926604491db8 100644 --- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.3.ebuild +++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,8 +25,8 @@ RDEPEND=">=dev-libs/glib-2.42.0:= keybinder? ( dev-libs/keybinder:3= ) libnotify? ( x11-libs/libnotify:= ) wnck? ( x11-libs/libwnck:3= )" -DEPEND="${RDEPEND} - dev-util/intltool +DEPEND="${RDEPEND}" +BDEPEND="dev-util/intltool virtual/pkgconfig" src_configure() { |