java-utils-2.eclass: Write package.env unconditionally
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 10 Feb 2016 20:36:36 +0000 (20:36 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 10 Feb 2016 20:43:21 +0000 (20:43 +0000)
commit8982abb1ca6014ad2114c806c584070a62c0bae3
tree28bf8bc0ec66cd8be1372587c497ae98a48d8e27
parentef3816ff795db1227de9f7262947d4f297ebee6a
java-utils-2.eclass: Write package.env unconditionally

Fixes dev-db/sqldeveloper-4.1.3.20.78-r1. This is a case where all the
jars are installed without dojar and none of the dependencies are
mandatory. Although our regular launcher scripts aren't used, gjl is
still invoked to determine the appropriate JVM so package.env is
therefore necessary. The conditions didn't make much sense anyway as
package.env is only written off the back of functions that satisfy
them anyway. sqldeveloper has to call java-pkg_do_write_ manually to
force package.env to be written.
eclass/java-utils-2.eclass