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 | |
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')
-rw-r--r-- | sci-libs/libticables/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libticables/libticables-3.8.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libticables/ChangeLog b/sci-libs/libticables/ChangeLog index 2c64be044859..7c5d412857ac 100644 --- a/sci-libs/libticables/ChangeLog +++ b/sci-libs/libticables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libticables -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables/ChangeLog,v 1.2 2004/12/29 00:21:33 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables/ChangeLog,v 1.3 2005/01/09 11:45:31 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> libticables-3.8.6.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. *libticables-3.8.6 (28 Dec 2004) 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" |