diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:58:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:58:29 +0000 |
commit | 87793a1dda77c4c909d81e7d1925e6c0a818fffc (patch) | |
tree | d2b37fb1e8a69af81a4939801a4835f1f75242c5 /mail-mta/xmail/xmail-1.20.ebuild | |
parent | -sparc (Manifest recommit) (diff) | |
download | gentoo-2-87793a1dda77c4c909d81e7d1925e6c0a818fffc.tar.gz gentoo-2-87793a1dda77c4c909d81e7d1925e6c0a818fffc.tar.bz2 gentoo-2-87793a1dda77c4c909d81e7d1925e6c0a818fffc.zip |
sync IUSE (missing)
Diffstat (limited to 'mail-mta/xmail/xmail-1.20.ebuild')
-rw-r--r-- | mail-mta/xmail/xmail-1.20.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-mta/xmail/xmail-1.20.ebuild b/mail-mta/xmail/xmail-1.20.ebuild index 6e8fccecb0c9..6075d16b6a24 100644 --- a/mail-mta/xmail/xmail-1.20.ebuild +++ b/mail-mta/xmail/xmail-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.20.ebuild,v 1.2 2004/07/01 19:54:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.20.ebuild,v 1.3 2004/07/14 16:55:27 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www.xmailserver.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="virtual/libc >=sys-apps/sed-4" |