diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:37:44 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:51:37 -0600 |
commit | 65069b8f3672f4fdd94c5136d86ce5d3d1ec4963 (patch) | |
tree | 5f88f7a06bc3b258d63fcbfec5fb16bd20a43cd3 /app-emulation/crossover-bin/crossover-bin-16.0.0.ebuild | |
parent | media-sound/ventrilo-server-bin: don't reference ${DISTDIR} (diff) | |
download | gentoo-65069b8f3672f4fdd94c5136d86ce5d3d1ec4963.tar.gz gentoo-65069b8f3672f4fdd94c5136d86ce5d3d1ec4963.tar.bz2 gentoo-65069b8f3672f4fdd94c5136d86ce5d3d1ec4963.zip |
app-emulation/crossover-bin: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-emulation/crossover-bin/crossover-bin-16.0.0.ebuild')
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-16.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/crossover-bin/crossover-bin-16.0.0.ebuild b/app-emulation/crossover-bin/crossover-bin-16.0.0.ebuild index 22d50a7a3921..98bdd0b207b1 100644 --- a/app-emulation/crossover-bin/crossover-bin-16.0.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-16.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -77,7 +77,7 @@ RDEPEND="${DEPEND} pkg_nofetch() { einfo "Please visit ${HOMEPAGE}" - einfo "and place ${A} in ${DISTDIR}" + einfo "and place ${A} into your DISTDIR directory" } src_unpack() { |