diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 10:48:15 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 10:48:15 +0000 |
commit | f4df22c0e6f30f1cf9fd1a6312448dead95eb725 (patch) | |
tree | fef2c11baea2565403eaf2d06073f5b4c2c5ad74 /dev-lang/tinycobol | |
parent | Adding "inherit eutils" (Manifest recommit) (diff) | |
download | gentoo-2-f4df22c0e6f30f1cf9fd1a6312448dead95eb725.tar.gz gentoo-2-f4df22c0e6f30f1cf9fd1a6312448dead95eb725.tar.bz2 gentoo-2-f4df22c0e6f30f1cf9fd1a6312448dead95eb725.zip |
Adding IUSE
Diffstat (limited to 'dev-lang/tinycobol')
-rw-r--r-- | dev-lang/tinycobol/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.61.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-lang/tinycobol/ChangeLog b/dev-lang/tinycobol/ChangeLog index 703586a22fab..c6b571adcf8c 100644 --- a/dev-lang/tinycobol/ChangeLog +++ b/dev-lang/tinycobol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tinycobol -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.6 2003/11/12 08:57:15 phosphan Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.7 2004/03/24 10:48:15 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> tinycobol-0.61.ebuild: + Adding IUSE 12 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> tinycobol-0.61.ebuild: libhtcobol.so symlink was not installed correctly and nobody noticed. Does diff --git a/dev-lang/tinycobol/tinycobol-0.61.ebuild b/dev-lang/tinycobol/tinycobol-0.61.ebuild index 09ffbccd7235..631b86214d0a 100644 --- a/dev-lang/tinycobol/tinycobol-0.61.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.61.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.61.ebuild,v 1.3 2003/11/12 08:57:15 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.61.ebuild,v 1.4 2004/03/24 10:48:15 phosphan Exp $ inherit eutils @@ -10,10 +10,10 @@ SRC_URI="mirror://sourceforge/tiny-cobol/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" +IUSE="" KEYWORDS="x86" -DEPEND="virtual/glibc - >=dev-libs/glib-2.0 +DEPEND=">=dev-libs/glib-2.0 sys-libs/db" src_unpack() { |