diff options
author | Sam James <sam@gentoo.org> | 2021-01-20 00:02:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-20 00:02:36 +0000 |
commit | a819bf4bf980f3258fd9b9a2e0a1269ad33c19cc (patch) | |
tree | db1b7203dfe5883123c3bcfe1a2be06f1688d59b /media-sound/qjackctl | |
parent | sys-process/ftop: clean up old. (diff) | |
download | gentoo-a819bf4bf980f3258fd9b9a2e0a1269ad33c19cc.tar.gz gentoo-a819bf4bf980f3258fd9b9a2e0a1269ad33c19cc.tar.bz2 gentoo-a819bf4bf980f3258fd9b9a2e0a1269ad33c19cc.zip |
media-sound/qjackctl: Stabilize 0.9.0 amd64, #766096
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/qjackctl')
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/qjackctl/qjackctl-0.9.0.ebuild b/media-sound/qjackctl/qjackctl-0.9.0.ebuild index f91e1e16e544..4acaf95cd536 100644 --- a/media-sound/qjackctl/qjackctl-0.9.0.ebuild +++ b/media-sound/qjackctl/qjackctl-0.9.0.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="alsa dbus debug portaudio" BDEPEND="dev-qt/linguist-tools:5" |