diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:45:31 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:45:31 +0000 |
commit | f83220522cd59f4beee0456b75fc704fbd47e4da (patch) | |
tree | be5d1b9ce7fc4be5d2bf0afce05bd52f34f0de4d /sci-libs/libticables/libticables-3.8.6.ebuild | |
parent | added use_enable jack call to econf, fixes #67371. (Manifest recommit) (diff) | |
download | gentoo-2-f83220522cd59f4beee0456b75fc704fbd47e4da.tar.gz gentoo-2-f83220522cd59f4beee0456b75fc704fbd47e4da.tar.bz2 gentoo-2-f83220522cd59f4beee0456b75fc704fbd47e4da.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'sci-libs/libticables/libticables-3.8.6.ebuild')
-rw-r--r-- | sci-libs/libticables/libticables-3.8.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libticables/libticables-3.8.6.ebuild b/sci-libs/libticables/libticables-3.8.6.ebuild index 7b0e13f2191c..28e9c9c319f7 100644 --- a/sci-libs/libticables/libticables-3.8.6.ebuild +++ b/sci-libs/libticables/libticables-3.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables/libticables-3.8.6.ebuild,v 1.1 2004/12/28 21:30:38 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables/libticables-3.8.6.ebuild,v 1.2 2005/01/09 11:45:31 swegener Exp $ DESCRIPTION="Link cables support for the TiLP calculator linking program" HOMEPAGE="http://tilp.info/" @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc" IUSE="debug nls" RDEPEND="virtual/libc - nls? sys-devel/gettext" + nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} sys-devel/bison" |