diff options
Diffstat (limited to 'packages/dev-lang')
-rw-r--r-- | packages/dev-lang/clojure/clojure-1.4.0.exheres-0 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 b/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 index 22e5cea..14f1159 100644 --- a/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 +++ b/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 @@ -12,6 +12,7 @@ DOWNLOADS="https://github.com/clojure/clojure/tarball/${PNV} -> ${PNV}.tar.gz" LICENCES="EPL-1.0" PLATFORMS="amd64 x86" SLOT="1.4" +MYOPTIONS="" DEPENDENCIES=" build: @@ -20,15 +21,12 @@ DEPENDENCIES=" virtual/jre[>=1.5] " - -SHORT_PNV=${PN}-${SLOT} - WORK=${WORKBASE}/clojure-clojure-8306949 +SHORT_PNV=${PN}-${SLOT} ANT_SRC_COMPILE_PARAMS=( jar ) ANT_SRC_TEST_PARAMS=( test ) - src_prepare() { :; } src_install() { |