--- aide-0.9.ebuild 2003-11-14 16:38:06.000000000 -0500 +++ /usr/local/portage/app-admin/aide/aide-0.9.ebuild 2003-11-21 00:40:17.000000000 -0500 @@ -32,12 +32,12 @@ # passing --without-psql or --with-psql causes postgres to be enabled ... # it's a broken configure.in file ... so lets just work around it local myconf="" - use postgres && myconf="--with-psql" + use postgres && myconf="$myconf --with-psql" + use crypt && myconf="$myconf --with-gcrypt" econf \ `use_with zlib` \ `use_with nls locale` \ - `use_with crypt gcrypt` \ --with-mhash \ --sysconfdir=/etc/aide \ --with-extra-lib=/usr/lib \