diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-22 21:37:23 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-22 21:40:09 +0200 |
commit | b214a30199fbd4d344e2e3847c0e0a906ff85f33 (patch) | |
tree | c4c8f788e69377ecbb903639bffc9ae7e511c49b /games-arcade/notpacman | |
parent | games-arcade/notpacman: Simplify ebuild (diff) | |
download | gentoo-b214a30199fbd4d344e2e3847c0e0a906ff85f33.tar.gz gentoo-b214a30199fbd4d344e2e3847c0e0a906ff85f33.tar.bz2 gentoo-b214a30199fbd4d344e2e3847c0e0a906ff85f33.zip |
Revert "games-arcade/notpacman: Simplify ebuild"
This reverts commit 622692fbb76c156e2280bc809c4ed6102519fdcc.
Diffstat (limited to 'games-arcade/notpacman')
-rw-r--r-- | games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index e9bbee0c647b..d8e99a5e1408 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -13,7 +13,8 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=">=games-engines/love-0.7.2:0.7 +LVSLOT="0.7" +RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} media-libs/devil[png] " DEPEND="app-arch/unzip" |