Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280101 Details for
Bug 283967
DEPEND in package.env is using colons for sepreating both packages and SLOT, if colons are used in EANT_GENTOO_CLASSPATH
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the behaviour for eapis other than 0 1
java-utils-2_eapi-fixes.patch (text/plain), 1.04 KB, created by
Ralph Sennhauser (RETIRED)
on 2011-07-15 09:30:15 UTC
(
hide
)
Description:
Fix the behaviour for eapis other than 0 1
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2011-07-15 09:30:15 UTC
Size:
1.04 KB
patch
obsolete
>--- eclass/java-utils-2.eclass 2011-07-08 14:01:13.000000000 +0200 >+++ eclass/java-utils-2.eclass 2011-07-09 14:09:46.458336614 +0200 >@@ -918,7 +918,7 @@ > > [[ -z ${target_pkg} ]] && die "Must specify a package" > >- if [[ "${EAPI}" == "1" ]]; then >+ if ! [[ "${EAPI:-0}" == "0" ]]; then > target_pkg="${target_pkg//:/-}" > fi > >@@ -1056,7 +1056,7 @@ > > local pkgs="${1}" > >- if [[ "${EAPI}" == "1" ]]; then >+ if ! [[ "${EAPI:-0}" == "0" ]]; then > pkgs="${pkgs//:/-}" > fi > >@@ -1124,7 +1124,7 @@ > > local pkg="${1}" target_jar="${2}" jar > >- if [[ "${EAPI}" == "1" ]]; then >+ if ! [[ "${EAPI:-0}" == "0" ]]; then > pkg="${pkg//:/-}" > fi > >@@ -1209,7 +1209,7 @@ > > [[ -z "${pkgs}" ]] && die "${FUNCNAME} called with no package(s) specified" > >- if [[ "${EAPI}" == "1" ]]; then >+ if ! [[ "${EAPI:-0}" == "0" ]]; then > pkgs="${pkgs//:/-}" > fi > >@@ -1264,7 +1264,7 @@ > > [[ -z "${pkgs}" ]] && die "${FUNCNAME} called with no package(s) specified" > >- if [[ "${EAPI}" == "1" ]]; then >+ if ! [[ "${EAPI:-0}" == "0" ]]; then > pkgs="${pkgs//:/-}" > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283967
: 280101