#!/bin/sh
# hsgg Tü, 2008-01-27

EBUILDDIFF=./ebuilddifff.sh

find /var/db/pkg -name '*.ebuild' | xargs -n 1 ${EBUILDDIFF}
