diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-13 07:26:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-13 07:26:07 +0000 |
commit | 0731ba11d210785431f187196b2c7b2b0c7e96a9 (patch) | |
tree | 2db9ef91a8c9c823179cd9959dba15bd4c229dc9 /net-misc/suite3270/suite3270-3.2.20.ebuild | |
parent | Bug #132368, fix SRC_URI since author no longer hosts tarball. (diff) | |
download | gentoo-2-0731ba11d210785431f187196b2c7b2b0c7e96a9.tar.gz gentoo-2-0731ba11d210785431f187196b2c7b2b0c7e96a9.tar.bz2 gentoo-2-0731ba11d210785431f187196b2c7b2b0c7e96a9.zip |
Bug #131406, version bump. Update old ebuild for modular X.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'net-misc/suite3270/suite3270-3.2.20.ebuild')
-rw-r--r-- | net-misc/suite3270/suite3270-3.2.20.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/suite3270/suite3270-3.2.20.ebuild b/net-misc/suite3270/suite3270-3.2.20.ebuild index 6774dacfa2c4..51a9fbce3a08 100644 --- a/net-misc/suite3270/suite3270-3.2.20.ebuild +++ b/net-misc/suite3270/suite3270-3.2.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.2.20.ebuild,v 1.5 2004/06/25 00:14:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.2.20.ebuild,v 1.6 2006/05/13 07:26:07 robbat2 Exp $ IUSE="tcltk X" @@ -13,10 +13,17 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" -DEPEND="X? ( virtual/x11 ) +RDEPEND="X? ( || ( x11-libs/libXaw virtual/x11 ) ) tcltk? ( dev-lang/tcl ) sys-libs/ncurses sys-libs/readline" +DEPEND="${RDEPEND} + X? ( || ( ( app-text/rman + x11-misc/imake + x11-proto/xproto ) + virtual/x11 ) ) + sys-apps/sed + sys-apps/grep" suite3270_src_compile() { [ -z "${1}" ] && die "Need a parameter of the item to build!" |