diff options
Diffstat (limited to 'app-backup/duplicity/duplicity-0.7.10.ebuild')
-rw-r--r-- | app-backup/duplicity/duplicity-0.7.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild b/app-backup/duplicity/duplicity-0.7.10.ebuild index 6fd6bda1d011..084f57576353 100644 --- a/app-backup/duplicity/duplicity-0.7.10.ebuild +++ b/app-backup/duplicity/duplicity-0.7.10.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 @@ -46,6 +46,6 @@ python_test() { } pkg_postinst() { - einfo "Duplicity has many optional dependencies to support various backends." - einfo "Currently it's up to you to install them as necessary." + elog "Duplicity has many optional dependencies to support various backends." + elog "Currently it's up to you to install them as necessary." } |