diff options
Diffstat (limited to 'gnustep-apps/terminal/terminal-0.9.7.ebuild')
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.7.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnustep-apps/terminal/terminal-0.9.7.ebuild b/gnustep-apps/terminal/terminal-0.9.7.ebuild index 644dea99b901..37679ef70175 100644 --- a/gnustep-apps/terminal/terminal-0.9.7.ebuild +++ b/gnustep-apps/terminal/terminal-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild,v 1.1 2010/05/25 22:34:14 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild,v 1.2 2011/08/05 11:55:22 ssuominen Exp $ EAPI=2 @@ -17,6 +17,9 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" SLOT="0" IUSE="" +RDEPEND="!x11-terms/terminal" #376257 +DEPEND="${RDEPEND}" + src_prepare() { # Correct link command for --as-needed sed -i -e "s/Terminal_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed" |