diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 17:24:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 17:24:55 +0000 |
commit | 6b001dfa2a31ccb05cfab90de964e4d2286bc236 (patch) | |
tree | 47359eb51e05edae0ce8feaa5e65b45168dbc060 /app-misc/screen | |
parent | fix DEPEND/RDEPEND #44816 (diff) | |
download | historical-6b001dfa2a31ccb05cfab90de964e4d2286bc236.tar.gz historical-6b001dfa2a31ccb05cfab90de964e4d2286bc236.tar.bz2 historical-6b001dfa2a31ccb05cfab90de964e4d2286bc236.zip |
fix DEPEND/RDEPEND #44816
Diffstat (limited to 'app-misc/screen')
-rw-r--r-- | app-misc/screen/screen-4.0.1-r2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-misc/screen/screen-4.0.1-r2.ebuild b/app-misc/screen/screen-4.0.1-r2.ebuild index cac8292664d0..68d12915e917 100644 --- a/app-misc/screen/screen-4.0.1-r2.ebuild +++ b/app-misc/screen/screen-4.0.1-r2.ebuild @@ -1,21 +1,22 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.1-r2.ebuild,v 1.4 2004/03/14 20:01:19 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.1-r2.ebuild,v 1.5 2004/03/16 17:24:55 vapier Exp $ inherit flag-o-matic -IUSE="pam" DESCRIPTION="Screen is a full-screen window manager that multiplexes a physical terminal between several processes" HOMEPAGE="http://www.guckes.net/screen/" SRC_URI="ftp://ftp.uni-erlangen.de/pub/utilities/screen/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 sparc ppc hppa amd64 mips alpha ia64 ppc64" +IUSE="pam" -DEPEND=">=sys-libs/ncurses-5.2 +RDEPEND=">=sys-libs/ncurses-5.2 >=sys-apps/sed-4 - pam? ( >=sys-libs/pam-0.75 ) + pam? ( >=sys-libs/pam-0.75 )" +DEPEND="${RDEPEND}" >=sys-devel/autoconf-2.58" src_unpack() { |