commit: c58233d87c5381a2ac99ee2d35598b3b3070cfa5
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 19:34:12 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 19:34:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58233d8
media-sound/ncspot: fix optfeature syntax
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/ncspot/ncspot-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/ncspot/ncspot-0.12.0.ebuild
b/media-sound/ncspot/ncspot-0.12.0.ebuild
index 243cf5d493c2..4ef95b901854 100644
--- a/media-sound/ncspot/ncspot-0.12.0.ebuild
+++ b/media-sound/ncspot/ncspot-0.12.0.ebuild
@@ -452,5 +452,5 @@ src_install() {
pkg_postinst() {
optfeature_header "Optional runtime features:"
- optfeature "media-sound/rescrobbled" MPRIS song scrobbling support
+ optfeature "MPRIS song scrobbling support" media-sound/rescrobbled
}