diff options
author | 2003-02-04 10:11:46 +0000 | |
---|---|---|
committer | 2003-02-04 10:11:46 +0000 | |
commit | 9d0bb74149ff8bda9fa7e82dfab99623844ce89f (patch) | |
tree | 7e187c54e3191155fc1553e2fb197c4769409657 /net-mail/tpop3d/tpop3d-1.4.2.ebuild | |
parent | Set xfree-4.2.99.4.ebuild temporarily to -ppc. See Changelog for details. (diff) | |
download | historical-9d0bb74149ff8bda9fa7e82dfab99623844ce89f.tar.gz historical-9d0bb74149ff8bda9fa7e82dfab99623844ce89f.tar.bz2 historical-9d0bb74149ff8bda9fa7e82dfab99623844ce89f.zip |
added KEYWORDS and fixed DEPEND spacing.
Diffstat (limited to 'net-mail/tpop3d/tpop3d-1.4.2.ebuild')
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.4.2.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-mail/tpop3d/tpop3d-1.4.2.ebuild b/net-mail/tpop3d/tpop3d-1.4.2.ebuild index 6b03bf7a4f78..22843cca4c2f 100644 --- a/net-mail/tpop3d/tpop3d-1.4.2.ebuild +++ b/net-mail/tpop3d/tpop3d-1.4.2.ebuild @@ -9,13 +9,14 @@ SRC_URI="http://www.ex-parrot.com/~chris/tpop3d/${P}.tar.gz HOMEPAGE="http://www.ex-parrot.com/~chris/tpop3d/" LICENSE="GPL-2" DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6) - ldap? ( >=net-nds/openldap-2.0.7) - mysql? ( >=dev-db/mysql-3.23.28) - perl? ( >=sys-devel/perl-5.6.1) - pam? ( >=sys-libs/pam-0.75) - tcpd? ( >=sys-apps/tcp-wrappers-7.6)" + ssl? ( >=dev-libs/openssl-0.9.6 ) + ldap? ( >=net-nds/openldap-2.0.7 ) + mysql? ( >=dev-db/mysql-3.23.28 ) + perl? ( >=sys-devel/perl-5.6.1 ) + pam? ( >=sys-libs/pam-0.75 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" IUSE="ssl ldap mysql perl pam tcpd maildir" +KEYWORDS="x86" inherit eutils |