diff options
Diffstat (limited to 'paludis/repositories/e/ebuild/0/list_functions.bash')
-rw-r--r-- | paludis/repositories/e/ebuild/0/list_functions.bash | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/paludis/repositories/e/ebuild/0/list_functions.bash b/paludis/repositories/e/ebuild/0/list_functions.bash index 0c5d91a52..4998c2b3c 100644 --- a/paludis/repositories/e/ebuild/0/list_functions.bash +++ b/paludis/repositories/e/ebuild/0/list_functions.bash @@ -37,13 +37,6 @@ usev() useq() { - if [[ -n "${IUSE_EFFECTIVE:+x}" ]] ; then - local i=( $IUSE_EFFECTIVE ) - if ! hasq ${1#!} "${i[@]#[+-]}" ; then - die "Flag '${1#!}' is not included in IUSE_EFFECTIVE=\"${IUSE_EFFECTIVE}\"" - fi - fi - if [[ "${1:0:1}" == "!" ]] ; then ! hasq "${1#!}" "${USE}" else |