gui-apps/mpvpaper: fix typo

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-08-27 09:52:13 +02:00
parent 0e0a960402
commit 03d48af46b
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ esac
LICENSE="GPL-3"
SLOT="0"
RDEPENDS="
RDEPEND="
media-video/mpv[libmpv]
gui-libs/wlroots
"
DEPENDS="${RDEPENDS}"
DEPEND="${RDEPEND}"

View File

@@ -21,8 +21,8 @@ esac
LICENSE="GPL-3"
SLOT="0"
RDEPENDS="
RDEPEND="
media-video/mpv[libmpv]
gui-libs/wlroots
"
DEPENDS="${RDEPENDS}"
DEPEND="${RDEPEND}"