diff --git a/makepending b/makepending
index 952c56d261a63b1682c3cded67a8ec89b163fe16..4547c0eacbfd163882347e0f96430b2ac4443cd5 100644
--- a/makepending
+++ b/makepending
@@ -106,17 +106,13 @@ then
 
  #   echo Current version in $DISTRO: $current 1>&2
  #   echo Upstream version in $UPSTREAM: $upstream 1>&2
-[ $package = "grub2" -a $UPSTREAM = natty ] && continue
-[ $package = "grub2" -a $UPSTREAM = oneiric ] && continue
-[ $package = "grub2" -a $UPSTREAM = precise ] && continue
-[ $package = "yelp" -a $UPSTREAM = natty ] && continue
 
     echo Current version in $DISTRO: $current
     echo Upstream version in $UPSTREAM: $upstream
     [ $current = "EOL" ] && continue
-    if echo $package |grep -q linux-ubuntu-modules
+    if [ $package = "grub2" ]
     then
-        echo WARNING! linux-ubuntu-modules packages need to be manually compiled!
+        echo WARNING! grub2 packages need to be manually compiled!
         echo
         continue
     fi