diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:20:14 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:45:07 -0600 |
commit | c3767e14e35912b7babe27184898890d8106a0fd (patch) | |
tree | e0b4b5e4cd9cdc33aa0ae80f922e6092bcc11ca1 /sci-chemistry | |
parent | sci-chemistry/aria: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-c3767e14e35912b7babe27184898890d8106a0fd.tar.gz gentoo-c3767e14e35912b7babe27184898890d8106a0fd.tar.bz2 gentoo-c3767e14e35912b7babe27184898890d8106a0fd.zip |
sci-chemistry/cns: 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 'sci-chemistry')
-rw-r--r-- | sci-chemistry/cns/cns-1.2.1-r8.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/cns/cns-1.3_p7-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/cns/cns-1.2.1-r8.ebuild b/sci-chemistry/cns/cns-1.2.1-r8.ebuild index a4b67cba44d3..c9d9a80f36af 100644 --- a/sci-chemistry/cns/cns-1.2.1-r8.ebuild +++ b/sci-chemistry/cns/cns-1.2.1-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,7 @@ pkg_nofetch() { use aria && elog "and http://aria.pasteur.fr/" elog "and place these files:" elog ${A} - elog "in ${DISTDIR}." + elog "into your DISTDIR directory." } get_fcomp() { diff --git a/sci-chemistry/cns/cns-1.3_p7-r1.ebuild b/sci-chemistry/cns/cns-1.3_p7-r1.ebuild index cf86379c44be..327d14b2488e 100644 --- a/sci-chemistry/cns/cns-1.3_p7-r1.ebuild +++ b/sci-chemistry/cns/cns-1.3_p7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,7 @@ pkg_nofetch() { use aria && elog "and http://aria.pasteur.fr/" elog "and place these files:" elog ${A} - elog "in ${DISTDIR}." + elog "into your DISTDIR directory." } get_fcomp() { |