diff options
-rw-r--r-- | games-board/chessproblem/Manifest | 2 | ||||
-rw-r--r-- | games-board/chessproblem/chessproblem-2.5.ebuild (renamed from games-board/chessproblem/chessproblem-2.4.ebuild) | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/games-board/chessproblem/Manifest b/games-board/chessproblem/Manifest index ce3a5235..ba929e6e 100644 --- a/games-board/chessproblem/Manifest +++ b/games-board/chessproblem/Manifest @@ -1,2 +1,2 @@ DIST chessproblem-1.6.tar.gz 38634 SHA256 ac18c46754b0bc2af97ee42d94dbae5efb427f540efd04120c9858120ec9f97c -DIST chessproblem-2.4.tar.gz 44568 SHA256 76b7a39d14bfed33e09e5bf85d0371806784e094fbe3fbe1d1b839138160fb0c +DIST chessproblem-2.5.tar.gz 41662 SHA256 c4a95fd257316bec9d56ce8e643d2051d2edb0244d782e75ce879d4b4f208589 diff --git a/games-board/chessproblem/chessproblem-2.4.ebuild b/games-board/chessproblem/chessproblem-2.5.ebuild index 883c3f98..746bd8db 100644 --- a/games-board/chessproblem/chessproblem-2.4.ebuild +++ b/games-board/chessproblem/chessproblem-2.5.ebuild @@ -16,6 +16,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="debug +multithreading optimization propagate-signal strong-optimization" +DEPEND="dev-libs/osformat" +RDEPEND=$DEPEND + src_prepare() { use prefix || sed -i \ -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ |