summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucian Poston <lucian.poston@gmail.com>2018-02-02 14:21:49 -0800
committerMichał Górny <mgorny@gentoo.org>2018-02-07 20:26:18 +0100
commit9362eafe12aa7f513ac8ee2073fc90dde8af0b67 (patch)
treef5be27424ba1eebb6f489e02dd4b299c9eb6d2a5 /dev-util/patchbin
parentprofiles/arch/powerpc/ppc32/p.use.mask: drop obsolete mpv[sdl] mask (diff)
downloadgentoo-9362eafe12aa7f513ac8ee2073fc90dde8af0b67.tar.gz
gentoo-9362eafe12aa7f513ac8ee2073fc90dde8af0b67.tar.bz2
gentoo-9362eafe12aa7f513ac8ee2073fc90dde8af0b67.zip
dev-util/patchbin: Use correct ${S} with git-r3.eclass
Closes: https://github.com/gentoo/gentoo/pull/7027 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util/patchbin')
-rw-r--r--dev-util/patchbin/patchbin-20160208.ebuild3
-rw-r--r--dev-util/patchbin/patchbin-99999999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild
index 8fa59483c5c5..1f883b3bfbca 100644
--- a/dev-util/patchbin/patchbin-20160208.ebuild
+++ b/dev-util/patchbin/patchbin-20160208.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,6 @@ if [[ ${PV} == 99999999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging"
KEYWORDS=""
- S="${WORKDIR}/wine-staging"
else
SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild
index 8da830cccac7..3f22e8921aa8 100644
--- a/dev-util/patchbin/patchbin-99999999.ebuild
+++ b/dev-util/patchbin/patchbin-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,6 @@ if [[ ${PV} == 99999999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging"
KEYWORDS=""
- S="${WORKDIR}/wine-staging"
else
SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"