diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-22 15:45:36 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-22 15:45:36 +0000 |
commit | da2c9a0299d06eabaef70e410b42a18f857a7613 (patch) | |
tree | d44c5a95fb76de782810930fbe5f20a3a5c11a20 /dev-lang/tinycobol | |
parent | old (diff) | |
download | gentoo-2-da2c9a0299d06eabaef70e410b42a18f857a7613.tar.gz gentoo-2-da2c9a0299d06eabaef70e410b42a18f857a7613.tar.bz2 gentoo-2-da2c9a0299d06eabaef70e410b42a18f857a7613.zip |
stable x86, bug 276396
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-lang/tinycobol')
-rw-r--r-- | dev-lang/tinycobol/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.64.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/tinycobol/ChangeLog b/dev-lang/tinycobol/ChangeLog index 0a0e546d356b..dac921473160 100644 --- a/dev-lang/tinycobol/ChangeLog +++ b/dev-lang/tinycobol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/tinycobol -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.15 2009/07/17 18:45:34 phosphan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.16 2009/07/22 15:45:36 fauli Exp $ + + 22 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + tinycobol-0.64.ebuild: + stable x86, bug 276396 17 Jul 2009; Patrick Kursawe <phosphan@gentoo.org> files/tinycobol-0.64.patch: diff --git a/dev-lang/tinycobol/tinycobol-0.64.ebuild b/dev-lang/tinycobol/tinycobol-0.64.ebuild index becedb18113d..d30054e69b2b 100644 --- a/dev-lang/tinycobol/tinycobol-0.64.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.64.ebuild,v 1.2 2009/07/17 18:45:34 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.64.ebuild,v 1.3 2009/07/22 15:45:36 fauli Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tiny-cobol/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~ppc x86" RDEPEND=">=dev-libs/glib-2.0 sys-libs/db" |