summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/tsm/tsm-8.1.6.0.ebuild')
-rw-r--r--app-backup/tsm/tsm-8.1.6.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-backup/tsm/tsm-8.1.6.0.ebuild b/app-backup/tsm/tsm-8.1.6.0.ebuild
index 015314a72dc6..edcdcbf19e4c 100644
--- a/app-backup/tsm/tsm-8.1.6.0.ebuild
+++ b/app-backup/tsm/tsm-8.1.6.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit versionator multilib eutils readme.gentoo rpm systemd user pax-utils
+inherit versionator multilib eutils readme.gentoo-r1 rpm systemd user pax-utils
DESCRIPTION="IBM Spectrum Protect (former Tivoli Storage Manager) Backup/Archive Client, API"
HOMEPAGE="https://www.ibm.com/us-en/marketplace/data-protection-and-recovery"
@@ -232,5 +232,7 @@ pkg_postinst() {
chown root:root "${dirs[@]}" || die
chmod 0755 "${dirs[@]}" || die
+ FORCE_PRINT_ELOG=1
+ DISABLE_AUTOFORMATTING=1
readme.gentoo_print_elog
}