commit:     da12a8150b44cbf53d63dd200da49a7317a60151
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 07:36:05 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 07:37:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da12a815

sys-devel/gcc-config: account for gentoo's revision

Reported-by: Sam James
Closes: https://bugs.gentoo.org/755419
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild | 2 +-
 sys-devel/gcc-config/gcc-config-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild 
b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
index 38a636d9bf6..f2c2954c4d2 100644
--- a/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=sys-apps/gentoo-functions-0.10"
 
 _emake() {
        emake \
-               PV="${PV}" \
+               PV="${PVR}" \
                SUBLIBDIR="$(get_libdir)" \
                USE_CC_WRAPPERS="$(usex cc-wrappers)" \
                USE_NATIVE_LINKS="$(usex native-symlinks)" \

diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild 
b/sys-devel/gcc-config/gcc-config-9999.ebuild
index e7e08f381b4..2af22f6a633 100644
--- a/sys-devel/gcc-config/gcc-config-9999.ebuild
+++ b/sys-devel/gcc-config/gcc-config-9999.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=sys-apps/gentoo-functions-0.10"
 
 _emake() {
        emake \
-               PV="${PV}" \
+               PV="${PVR}" \
                SUBLIBDIR="$(get_libdir)" \
                USE_CC_WRAPPERS="$(usex cc-wrappers)" \
                USE_NATIVE_LINKS="$(usex native-symlinks)" \

Reply via email to