diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-02-06 17:26:31 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-02-15 20:25:28 -0500 |
commit | fd0e1c1064fce3d0889c6725e7d9a706cb2ecc86 (patch) | |
tree | ed9023b92caf1e6b0d5fbe76198e43a613989d56 /media-sound/paprefs | |
parent | media-sound/ardour: Specify the glibmm slot (diff) | |
download | gentoo-fd0e1c1064fce3d0889c6725e7d9a706cb2ecc86.tar.gz gentoo-fd0e1c1064fce3d0889c6725e7d9a706cb2ecc86.tar.bz2 gentoo-fd0e1c1064fce3d0889c6725e7d9a706cb2ecc86.zip |
media-sound/paprefs: Specify the atkmm slot
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-sound/paprefs')
-rw-r--r-- | media-sound/paprefs/paprefs-1.1-r1.ebuild (renamed from media-sound/paprefs/paprefs-1.1.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/paprefs/paprefs-1.1.ebuild b/media-sound/paprefs/paprefs-1.1-r1.ebuild index 7c72a37b0939..fcf064732a0d 100644 --- a/media-sound/paprefs/paprefs-1.1.ebuild +++ b/media-sound/paprefs/paprefs-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,9 +11,8 @@ SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" -RDEPEND="dev-cpp/atkmm +RDEPEND="dev-cpp/atkmm:0 dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-libs/glib:2 |