diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-14 22:08:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-05-14 22:08:05 +0000 |
commit | 14048c6d1df2917f3281cb4b7da97875d77cc3ac (patch) | |
tree | 2f96c24e1e68e49ce719f5dafc254b5d138f51d7 /mail-filter/anubis | |
parent | Depend on virtual/pam as the code builds fine with OpenPAM. (diff) | |
download | gentoo-2-14048c6d1df2917f3281cb4b7da97875d77cc3ac.tar.gz gentoo-2-14048c6d1df2917f3281cb4b7da97875d77cc3ac.tar.bz2 gentoo-2-14048c6d1df2917f3281cb4b7da97875d77cc3ac.zip |
Depend on virtual/pam as the code builds fine with OpenPAM.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'mail-filter/anubis')
-rw-r--r-- | mail-filter/anubis/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.9.95.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/anubis/ChangeLog b/mail-filter/anubis/ChangeLog index 716051f16f09..39c50f2dfd20 100644 --- a/mail-filter/anubis/ChangeLog +++ b/mail-filter/anubis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/anubis -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.11 2007/01/10 18:47:25 peper Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.12 2008/05/14 22:08:05 flameeyes Exp $ + + 14 May 2008; Diego Pettenò <flameeyes@gentoo.org> anubis-3.9.95.ebuild: + Depend on virtual/pam as the code builds fine with OpenPAM. 10 Jan 2007; Piotr Jaroszyński <peper@gentoo.org> Manifest: Fix Manifest. diff --git a/mail-filter/anubis/anubis-3.9.95.ebuild b/mail-filter/anubis/anubis-3.9.95.ebuild index f20b7fb2afbf..5decf9b10e24 100644 --- a/mail-filter/anubis/anubis-3.9.95.ebuild +++ b/mail-filter/anubis/anubis-3.9.95.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.9.95.ebuild,v 1.6 2007/01/10 17:41:45 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.9.95.ebuild,v 1.7 2008/05/14 22:08:05 flameeyes Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND="crypt? ( >=app-crypt/gpgme-0.9.0 ) dbm? ( sys-libs/gdbm ) guile? ( >=dev-scheme/guile-1.6 ) mysql? ( virtual/mysql ) - pam? ( >=sys-libs/pam-0.75 ) + pam? ( virtual/pam ) postgres? ( dev-db/postgresql ) nls? ( sys-devel/gettext ) pcre? ( >=dev-libs/libpcre-3.9 ) |