summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-16 17:26:39 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-16 17:26:39 +0000
commitaf04cdf053c955bf0e63940d4fa063149140ef13 (patch)
tree3662fc9ecf04b46b8ce402de848176c1715eddcf /app-misc/screen
parentVersion bump, closes #44580. (diff)
downloadgentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.tar.gz
gentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.tar.bz2
gentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.zip
fix DEPEND/RDEPEND #44816
Diffstat (limited to 'app-misc/screen')
-rw-r--r--app-misc/screen/screen-4.0.1-r2.ebuild11
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() {