diff options
Diffstat (limited to 'paludis')
-rw-r--r-- | paludis/repositories/e/ebuild/0/portage_stubs.bash | 5 | ||||
-rwxr-xr-x | paludis/repositories/e/ebuild/exheres-0/portage_stubs.bash | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/paludis/repositories/e/ebuild/0/portage_stubs.bash b/paludis/repositories/e/ebuild/0/portage_stubs.bash index cb90e4c16..49169322e 100644 --- a/paludis/repositories/e/ebuild/0/portage_stubs.bash +++ b/paludis/repositories/e/ebuild/0/portage_stubs.bash @@ -81,11 +81,6 @@ vdb_path() return ${r%%;*} } -check_KV() -{ - die "check_KV not implemented" -} - debug-print() { : diff --git a/paludis/repositories/e/ebuild/exheres-0/portage_stubs.bash b/paludis/repositories/e/ebuild/exheres-0/portage_stubs.bash index ef6509026..d25d6ad06 100755 --- a/paludis/repositories/e/ebuild/exheres-0/portage_stubs.bash +++ b/paludis/repositories/e/ebuild/exheres-0/portage_stubs.bash @@ -63,11 +63,6 @@ vdb_path() die "Function 'vdb_path' banned in this EAPI" } -check_KV() -{ - die "check_KV not implemented" -} - debug-print() { die "Function 'debug-print' banned in this EAPI" |