* [gentoo-commits] repo/gentoo:master commit in: games-util/uz2unpack/
@ 2016-05-06 2:50 Michael Sterrett
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett @ 2016-05-06 2:50 UTC (permalink / raw
To: gentoo-commits
commit: 97c380dc47d3ca5cc38b76a7d8ce09780fe4c81b
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 02:48:29 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri May 6 02:49:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c380dc
games-util/uz2unpack: set RDEPEND
Package-Manager: portage-2.2.26
games-util/uz2unpack/uz2unpack-0.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-util/uz2unpack/uz2unpack-0.1.ebuild b/games-util/uz2unpack/uz2unpack-0.1.ebuild
index fb54dba..2e7359b 100644
--- a/games-util/uz2unpack/uz2unpack-0.1.ebuild
+++ b/games-util/uz2unpack/uz2unpack-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,6 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86"
DEPEND="sys-libs/zlib"
+RDEPEND=${DEPEND}
src_compile() {
emake CC="$(tc-getCC)" LDLIBS=-lz ${PN}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/uz2unpack/
@ 2021-04-19 1:13 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-19 1:13 UTC (permalink / raw
To: gentoo-commits
commit: 2f64bdcb263bceb2174ccf4ab2e0e8f29bba9c9c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 01:08:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 01:13:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f64bdcb
games-util/uz2unpack: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-util/uz2unpack/uz2unpack-0.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-util/uz2unpack/uz2unpack-0.1.ebuild b/games-util/uz2unpack/uz2unpack-0.1.ebuild
index 494df27d5a6..253cecd8ad3 100644
--- a/games-util/uz2unpack/uz2unpack-0.1.ebuild
+++ b/games-util/uz2unpack/uz2unpack-0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="sys-libs/zlib"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
src_compile() {
emake CC="$(tc-getCC)" LDLIBS=-lz ${PN}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-19 1:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 2:50 [gentoo-commits] repo/gentoo:master commit in: games-util/uz2unpack/ Michael Sterrett
-- strict thread matches above, loose matches on Subject: below --
2021-04-19 1:13 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox