diff options
author | 2005-11-27 22:40:35 +0000 | |
---|---|---|
committer | 2005-11-27 22:40:35 +0000 | |
commit | 37f5a014e62a15a7e1091c6257c9252db00dc730 (patch) | |
tree | 02e263b4c41833e73e7874bfaf92ddc47548209d /dev-perl/IPC-ShareLite | |
parent | Fix memory leak, bug #113322. (diff) | |
download | gentoo-2-37f5a014e62a15a7e1091c6257c9252db00dc730.tar.gz gentoo-2-37f5a014e62a15a7e1091c6257c9252db00dc730.tar.bz2 gentoo-2-37f5a014e62a15a7e1091c6257c9252db00dc730.zip |
stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl/IPC-ShareLite')
-rw-r--r-- | dev-perl/IPC-ShareLite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/IPC-ShareLite/ChangeLog b/dev-perl/IPC-ShareLite/ChangeLog index e5d4defd9633..3e06df5e89aa 100644 --- a/dev-perl/IPC-ShareLite/ChangeLog +++ b/dev-perl/IPC-ShareLite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-ShareLite # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.16 2005/09/17 00:40:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.17 2005/11/27 22:39:19 tgall Exp $ + + 27 Nov 2005; Tom Gall <tgall@gentoo.org> IPC-ShareLite-0.09.ebuild: + stable on ppc64 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> IPC-ShareLite-0.09.ebuild: Mark 0.09 stable on ia64 @@ -26,7 +29,7 @@ 24 Dec 2004; Yuta SATOH <nigoro@gentoo.org> IPC-ShareLite-0.09.ebuild: added ~ppc64 - 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> IPC-ShareLite-0.09.ebuild: + 26 May 2004; Bryan Ãstergaard <kloeri@gentoo.org> IPC-ShareLite-0.09.ebuild: Stable on alpha. 20 Jan 2004; <gustavoz@gentoo.org> IPC-ShareLite-0.09.ebuild: diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild index d4100664c400..956a6d8596c0 100644 --- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild +++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild,v 1.14 2005/09/17 00:40:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild,v 1.15 2005/11/27 22:39:19 tgall Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/authors/id/M/MA/MAURICE/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" export OPTIMIZE="$CFLAGS" |