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