From 41bf47e3d24c6588e009f9ef1feca6f4ab9bbecd Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Fri, 28 Aug 2015 07:51:43 -0700
Subject: [PATCH] remove kfreebsd-* and add ppc64el to the list of
 architectures

---
 bugcfg.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bugcfg.pm b/bugcfg.pm
index e6ee489..00f408f 100644
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -31,9 +31,9 @@ for my $alias (keys %{$config{distribution_aliases}//{}}) {
 }
 
 # check out:
-# http://release.debian.org/wheezy/arch_qualify.html
+# http://release.debian.org/stretch/arch_qualify.html
 # and then generally include architectures which are currently in testing
-our @architectures = qw(amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x);
+our @architectures = qw(amd64 armel armhf i386 ia64 mips mipsel powerpc ppc64el s390x);
 our @sections		= ( "main", "contrib", "non-free" );
 our @priorities		= @{$config{strong_severities}};
 our @skiptags		= ( );
-- 
2.39.5