aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo-data.rb')
-rw-r--r--gentoo-data.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/gentoo-data.rb b/gentoo-data.rb
index 512422f..d99c7c6 100644
--- a/gentoo-data.rb
+++ b/gentoo-data.rb
@@ -123,12 +123,6 @@ class GentooPlugin < Plugin
p[:project] = maint['email']
project(m, p)
}
- pkg['herds'].each { |h|
- debug("meta -v calling herd for #{h}")
- p = params.clone
- p[:herd] = h
- herd(m, p)
- }
end
def changelog(m, params)