Skip to content

Commit

Permalink
games-board/sjeng: drop superfluous die
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 16, 2021
1 parent 1440108 commit 9e26946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-board/sjeng/sjeng-11.2_p8_p1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -19,7 +19,6 @@ SRC_URI="
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

RDEPEND="sys-libs/gdbm:0="
DEPEND="${RDEPEND}"
Expand All @@ -46,6 +45,7 @@ src_install() {

insinto /etc
doins sjeng.rc

insinto /usr/share/games/sjeng
doins books/*.opn || die
doins books/*.opn
}

0 comments on commit 9e26946

Please sign in to comment.