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/libtifiles/libtifiles-0.6.1.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/libtifiles/libtifiles-0.6.1.ebuild')
-rw-r--r-- | sci-libs/libtifiles/libtifiles-0.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libtifiles/libtifiles-0.6.1.ebuild b/sci-libs/libtifiles/libtifiles-0.6.1.ebuild index d3766db08d5d..484e55b596e3 100644 --- a/sci-libs/libtifiles/libtifiles-0.6.1.ebuild +++ b/sci-libs/libtifiles/libtifiles-0.6.1.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/libtifiles/libtifiles-0.6.1.ebuild,v 1.2 2004/12/28 21:32:53 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles/libtifiles-0.6.1.ebuild,v 1.3 2005/01/09 11:43:46 swegener Exp $ DESCRIPTION="Various TI file formats support for the TiLP calculator linking program" HOMEPAGE="http://tilp.info/" @@ -13,7 +13,7 @@ IUSE="nls" RDEPEND="sci-libs/libticables virtual/libc - nls? sys-devel/gettext" + nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} sys-devel/bison" |