diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:43:55 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 21:03:55 +0100 |
commit | 4a85bd4e51a517a5d422dc0294622d23f1173b6d (patch) | |
tree | 8ac90d22a445b07ea9d0795b3752d5ff09f34392 /games-puzzle | |
parent | games-misc/OilWar: Depend on acct-group/gamestat. (diff) | |
download | gentoo-4a85bd4e51a517a5d422dc0294622d23f1173b6d.tar.gz gentoo-4a85bd4e51a517a5d422dc0294622d23f1173b6d.tar.bz2 gentoo-4a85bd4e51a517a5d422dc0294622d23f1173b6d.zip |
games-puzzle/triptych: Depend on acct-group/gamestat.
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/triptych/triptych-1.16.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-puzzle/triptych/triptych-1.16.ebuild b/games-puzzle/triptych/triptych-1.16.ebuild index e2257e17ad3f..3e69e845e765 100644 --- a/games-puzzle/triptych/triptych-1.16.ebuild +++ b/games-puzzle/triptych/triptych-1.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop eutils user +inherit desktop eutils DESCRIPTION="Fast-paced Tetris-like puzzler" HOMEPAGE="http://www.chroniclogic.com/triptych.htm" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" RESTRICT="bindist mirror strip" -RDEPEND=">=media-libs/libsdl-1.2[abi_x86_32,opengl,sound,video] +RDEPEND="acct-group/gamestat + >=media-libs/libsdl-1.2[abi_x86_32,opengl,sound,video] virtual/opengl[abi_x86_32] x11-libs/libX11[abi_x86_32] x11-libs/libXext[abi_x86_32]" @@ -26,10 +27,6 @@ S="${WORKDIR}/${PN}" DIR="/opt/${PN}" WRITABLE=( "${EROOT}${DIR}"/{hwconfig.cfg,${PN}.{clr,cnt,scr}} ) -pkg_setup() { - enewgroup gamestat 36 -} - src_prepare() { default rm -v *.dll || die |