diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:39:44 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:39:44 +0000 |
commit | fef13d2e58ff822eb880044c2315bc66da7806a4 (patch) | |
tree | 34e58c240ed43218307b21a9aba21589a743512e /dev-lang/tinycobol | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-fef13d2e58ff822eb880044c2315bc66da7806a4.tar.gz gentoo-2-fef13d2e58ff822eb880044c2315bc66da7806a4.tar.bz2 gentoo-2-fef13d2e58ff822eb880044c2315bc66da7806a4.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang/tinycobol')
-rw-r--r-- | dev-lang/tinycobol/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/tinycobol/tinycobol-0.61.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/tinycobol/ChangeLog b/dev-lang/tinycobol/ChangeLog index d2814f0e6913..6fd9dc91ea0b 100644 --- a/dev-lang/tinycobol/ChangeLog +++ b/dev-lang/tinycobol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tinycobol -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.9 2004/06/24 22:58:14 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/ChangeLog,v 1.10 2005/04/24 12:35:36 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> tinycobol-0.61.ebuild: + Stable on ppc. 15 Jun 2004; David Holm <dholm@gentoo.org> tinycobol-0.61.ebuild: Added to ~ppc. diff --git a/dev-lang/tinycobol/tinycobol-0.61.ebuild b/dev-lang/tinycobol/tinycobol-0.61.ebuild index 8772c487c9fe..ff3a1f98fbd4 100644 --- a/dev-lang/tinycobol/tinycobol-0.61.ebuild +++ b/dev-lang/tinycobol/tinycobol-0.61.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/dev-lang/tinycobol/tinycobol-0.61.ebuild,v 1.6 2004/06/24 22:58:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tinycobol/tinycobol-0.61.ebuild,v 1.7 2005/04/24 12:35:36 hansmi Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tiny-cobol/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" IUSE="" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND=">=dev-libs/glib-2.0 sys-libs/db" |