|
Lines 26-31
Link Here
|
| 26 |
# overridden in other places like kde-dist, kde-source and some individual ebuilds |
26 |
# overridden in other places like kde-dist, kde-source and some individual ebuilds |
| 27 |
SLOT="0" |
27 |
SLOT="0" |
| 28 |
|
28 |
|
|
|
29 |
kde_pkg_setup() { |
| 30 |
use arts && if ! built_with_use kdelibs arts ; then |
| 31 |
eerror "You are trying to compile ${CATEGORY}/${P} with the \"arts\" USE flag enabled." |
| 32 |
eerror "However, $(best_version kdelibs) was compiled with this flag disabled." |
| 33 |
eerror |
| 34 |
eerror "You must either disable this use flag, or recompile" |
| 35 |
eerror "$(best_version kdelibs) with this use flag enabled." |
| 36 |
die |
| 37 |
fi |
| 38 |
} |
| 39 |
|
| 29 |
kde_src_unpack() { |
40 |
kde_src_unpack() { |
| 30 |
|
41 |
|
| 31 |
debug-print-function $FUNCNAME $* |
42 |
debug-print-function $FUNCNAME $* |
|
Lines 192-195
Link Here
|
| 192 |
|
203 |
|
| 193 |
} |
204 |
} |
| 194 |
|
205 |
|
| 195 |
EXPORT_FUNCTIONS src_unpack src_compile src_install |
206 |
EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install |