diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2018-05-16 15:08:25 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2018-05-16 15:09:18 +0200 |
commit | a7ef8ca83bc1952e34e7da6d08abab4c19394255 (patch) | |
tree | 791c0aa2b0c4e68270481f5cd4d5490c864b5a53 /sys-devel/parity | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.100 (diff) | |
download | gentoo-a7ef8ca83bc1952e34e7da6d08abab4c19394255.tar.gz gentoo-a7ef8ca83bc1952e34e7da6d08abab4c19394255.tar.bz2 gentoo-a7ef8ca83bc1952e34e7da6d08abab4c19394255.zip |
sys-devel/parity: drop warning, finds MSSDK from registry
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-devel/parity')
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index d6e19cd51a49..381b4c753823 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.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 @@ -18,19 +18,6 @@ LICENSE="LGPL-3" SLOT="0" IUSE="" -pkg_setup() { - if [ -z "${MSSDK}" ]; then - einfo "NOTE: When using Visual Studio 2008, the Platform SDK is no longer" - einfo "installed alongside with the other components, but has it's own" - einfo "root directory, most likely something like this:" - einfo "" - einfo " C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A" - einfo "" - einfo "To make parity find it's paths correctly, please set MSSDK to the" - einfo "value correspoding to the above example for your system." - fi -} - if [[ ${PV} == 9999 ]]; then src_prepare() { confix --bootstrap || die |