summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-17 09:55:27 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-17 09:55:42 +0300
commit00eb5ae7bc5b71e79266e50c972f5fd5eda75242 (patch)
tree8d71a99ecb1f74e56a5251cf1b12062f10384f82 /media-sound
parentdev-util/elfkickers: use $(CC) -E, not gcc -E (diff)
downloadgentoo-00eb5ae7bc5b71e79266e50c972f5fd5eda75242.tar.gz
gentoo-00eb5ae7bc5b71e79266e50c972f5fd5eda75242.tar.bz2
gentoo-00eb5ae7bc5b71e79266e50c972f5fd5eda75242.zip
media-sound/ncmpcpp: add missing inherit to live ebuild
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/ncmpcpp/ncmpcpp-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
index 967c9fff4687..8ecc1ec6cb42 100644
--- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools git-r3
+inherit autotools flag-o-matic git-r3
DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
HOMEPAGE="https://ncmpcpp.rybczak.net/ https://github.com/ncmpcpp/ncmpcpp"