diff options
author | Sam James <sam@gentoo.org> | 2022-01-25 00:41:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-25 00:41:45 +0000 |
commit | b0969b17ed1e01f9c93a36ffb6cd0fa81747dac3 (patch) | |
tree | 4477fcbcad3750190b5e896c165bbdf34ca0659f /eclass | |
parent | dev-ruby/xmlrpc: Stabilize 0.3.2-r1 ppc64, #826626 (diff) | |
download | gentoo-b0969b17ed1e01f9c93a36ffb6cd0fa81747dac3.tar.gz gentoo-b0969b17ed1e01f9c93a36ffb6cd0fa81747dac3.tar.bz2 gentoo-b0969b17ed1e01f9c93a36ffb6cd0fa81747dac3.zip |
java-utils-2.eclass: update rather-obsolete python-updater reference
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index d3d462aa9442..a79e865e66e2 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -2194,8 +2194,7 @@ java-pkg_init() { java-config --help >/dev/null || { eerror "" eerror "Can't run java-config --help" - eerror "Have you upgraded python recently but haven't" - eerror "run python-updater yet?" + eerror "Have you upgraded Python recently but not completed a world upgrade yet?" die "Can't run java-config --help" } |