diff options
author | Quincy Fleming <quincyf467@protonmail.com> | 2024-05-28 21:07:23 -0500 |
---|---|---|
committer | Quincy Fleming <quincyf467@protonmail.com> | 2024-05-28 21:07:23 -0500 |
commit | be4e8bf8c7aea93852e9328214c50d57f60f60be (patch) | |
tree | 1c8afcc9848947f3c65ef639414aa227c6abcf2a /games-fps | |
parent | net-mail/dovecot-fts-xapian: Add missing sqlite RDEPEND (diff) | |
download | guru-be4e8bf8c7aea93852e9328214c50d57f60f60be.tar.gz guru-be4e8bf8c7aea93852e9328214c50d57f60f60be.tar.bz2 guru-be4e8bf8c7aea93852e9328214c50d57f60f60be.zip |
games-fps/the-dark-mod-bin: change RPEDENT to RDEPEND
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild index 8aee8577c..4faa5cf97 100644 --- a/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild +++ b/games-fps/the-dark-mod-bin/the-dark-mod-bin-2.12.ebuild @@ -22,9 +22,8 @@ KEYWORDS="~amd64" QA_PREBUILT="*" RESTRICT="strip" -RPEDENT=" - x11-libs/libX11 -" +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND}" src_install() { dodir /opt |