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/libticalcs/libticalcs-4.5.5.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/libticalcs/libticalcs-4.5.5.ebuild')
-rw-r--r-- | sci-libs/libticalcs/libticalcs-4.5.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libticalcs/libticalcs-4.5.5.ebuild b/sci-libs/libticalcs/libticalcs-4.5.5.ebuild index 1bae2db63e0b..38e2263e067c 100644 --- a/sci-libs/libticalcs/libticalcs-4.5.5.ebuild +++ b/sci-libs/libticalcs/libticalcs-4.5.5.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/libticalcs/libticalcs-4.5.5.ebuild,v 1.1 2004/12/28 21:41:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs/libticalcs-4.5.5.ebuild,v 1.2 2005/01/09 11:42:58 swegener Exp $ DESCRIPTION="Calculator API for the TiLP calculator linking program" HOMEPAGE="http://tilp.info/" @@ -14,7 +14,7 @@ IUSE="nls" RDEPEND=">=sci-libs/libticables-3.6.1 >=sci-libs/libtifiles-0.6.1 virtual/libc - nls? sys-devel/gettext" + nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} sys-devel/bison" |