diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-02-09 21:41:24 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-03-07 01:30:13 +0000 |
commit | cc17ac013f9a4acf4a8a6fe5b650334361bb3fd9 (patch) | |
tree | a8f12519418da5f1ee2c4869e46cfcf66cfb128e /dev-util | |
parent | sys-kernel/stable-sources: Version bump (diff) | |
download | portage-cc17ac013f9a4acf4a8a6fe5b650334361bb3fd9.tar.xz |
dev-util/coverity: Drop ROOTPATH
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/coverity/coverity-2017.07.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/coverity/coverity-2017.07.ebuild b/dev-util/coverity/coverity-2017.07.ebuild index 8f9a61e2..e12c9dfc 100644 --- a/dev-util/coverity/coverity-2017.07.ebuild +++ b/dev-util/coverity/coverity-2017.07.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 @@ -44,8 +44,7 @@ src_unpack() { src_prepare () { default - echo "PATH='/opt/${PN}/bin'" > "${T}/99${PN}" - echo "ROOTPATH='/opt/${PN}/bin'" >> "${T}/99${PN}" + echo "PATH='/opt/${PN}/bin'" > "${T}/99${PN}" # Rename invalid locale files mv locale/zh-cn locale/zh-CN |