remove remaining bibble references

This commit is contained in:
Guillaume Castagnino 2012-02-04 10:48:39 +01:00
parent 15fdea814a
commit 9b12434be0

View file

@ -76,7 +76,7 @@ asp-plugins_src_install() {
# @FUNCTION: asp-plugins-fetch
# @USAGE: < Download URI >
# @DESCRIPTION:
# This function enable fetch restriction for bibble plugin
# This function enable fetch restriction for asp plugin
asp-plugins-fetch() {
debug-print-function ${FUNCNAME} $*
@ -100,7 +100,7 @@ asp-plugins-qa() {
# @FUNCTION: asp-plugins-block
# @USAGE: < USE flag >
# @DESCRIPTION:
# This function check if bibble is built with the specified USE flag and die if
# This function check if asp is built with the specified USE flag and die if
# not with a standard notice
asp-plugins-block() {
debug-print-function ${FUNCNAME} $*
@ -109,7 +109,7 @@ asp-plugins-block() {
if ! has_version media-gfx/AfterShotPro[${BLOCK_USE}]; then
eerror "Please add '${BLOCK_USE}' to your USE flags, and re-emerge AfterShotPro."
die "bibblepro-bin needs ${BLOCK_USE} USE flag to avoid collisions"
die "AfterShotPro needs ${BLOCK_USE} USE flag to avoid collisions"
fi
}