diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:04:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:04:28 +0000 |
commit | 047d38e13a4d85840b914d9d39f221d671945f13 (patch) | |
tree | 15c08d38eee4f88a3ddbab73bc9d5bc31ad43da3 /net-dialup/minicom/minicom-2.1-r1.ebuild | |
parent | sync IUSE (-gd) (diff) | |
download | historical-047d38e13a4d85840b914d9d39f221d671945f13.tar.gz historical-047d38e13a4d85840b914d9d39f221d671945f13.tar.bz2 historical-047d38e13a4d85840b914d9d39f221d671945f13.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-dialup/minicom/minicom-2.1-r1.ebuild')
-rw-r--r-- | net-dialup/minicom/minicom-2.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dialup/minicom/minicom-2.1-r1.ebuild b/net-dialup/minicom/minicom-2.1-r1.ebuild index 75f490065f40..abfc70d4e778 100644 --- a/net-dialup/minicom/minicom-2.1-r1.ebuild +++ b/net-dialup/minicom/minicom-2.1-r1.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/net-dialup/minicom/minicom-2.1-r1.ebuild,v 1.4 2004/06/24 22:30:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.1-r1.ebuild,v 1.5 2004/07/14 23:04:28 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ HOMEPAGE="http://alioth.debian.org/projects/minicom" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc alpha ~hppa ~sparc ~mips ~amd64" +IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r3" |