diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-19 07:36:05 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-19 07:37:30 +0000 |
commit | da12a8150b44cbf53d63dd200da49a7317a60151 (patch) | |
tree | ec720cd954a02de077a92bbfb835d693b909d18c /sys-devel | |
parent | sys-cluster/ceph: remove old (diff) | |
download | gentoo-da12a8150b44cbf53d63dd200da49a7317a60151.tar.gz gentoo-da12a8150b44cbf53d63dd200da49a7317a60151.tar.bz2 gentoo-da12a8150b44cbf53d63dd200da49a7317a60151.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 38a636d9bf69..f2c2954c4d2b 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 e7e08f381b4d..2af22f6a6333 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)" \ |