commit: 9ada041e9ece7eea13f52a12e55155ea8bdc9d70 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed May 6 20:06:56 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed May 6 21:15:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ada041e
app-backup/tsm: Drop ROOTPATH from env file Closes: https://bugs.gentoo.org/682142 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-backup/tsm/{tsm-7.1.8.0.ebuild => tsm-7.1.8.0-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/app-backup/tsm/tsm-7.1.8.0.ebuild b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild similarity index 99% rename from app-backup/tsm/tsm-7.1.8.0.ebuild rename to app-backup/tsm/tsm-7.1.8.0-r1.ebuild index 7f08336f18a..02b699342e4 100644 --- a/app-backup/tsm/tsm-7.1.8.0.ebuild +++ b/app-backup/tsm/tsm-7.1.8.0-r1.ebuild @@ -193,7 +193,6 @@ src_install() { echo 'DSM_CONFIG="/etc/tivoli/dsm.opt"' >> ${ENV_FILE} echo 'DSM_DIR="/opt/tivoli/tsm/client/ba/bin"' >> ${ENV_FILE} echo 'DSM_LOG="/var/log/tsm"' >> ${ENV_FILE} - echo 'ROOTPATH="/opt/tivoli/tsm/client/ba/bin"' >> ${ENV_FILE} echo 'SEARCH_DIRS_MASK="/opt/tivoli/tsm/client/ba/bin"' > "${T}/80${PN}" || die insinto "/etc/revdep-rebuild"
