diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 19:22:36 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 19:22:36 +0000 |
commit | 2053b6a953f31b3fd92eb6db8d6a692efbc1314d (patch) | |
tree | 134d6cefaeefce10aa8be4501ddb3f942d36ae69 /dev-perl/File-Flat | |
parent | Version bump. Upstream notes: Removed debug flag in ndiswrapper script. When ... (diff) | |
download | gentoo-2-2053b6a953f31b3fd92eb6db8d6a692efbc1314d.tar.gz gentoo-2-2053b6a953f31b3fd92eb6db8d6a692efbc1314d.tar.bz2 gentoo-2-2053b6a953f31b3fd92eb6db8d6a692efbc1314d.zip |
Stable on Alpha.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'dev-perl/File-Flat')
-rw-r--r-- | dev-perl/File-Flat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Flat/File-Flat-0.96.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Flat/ChangeLog b/dev-perl/File-Flat/ChangeLog index 75495fdbb624..489756366535 100644 --- a/dev-perl/File-Flat/ChangeLog +++ b/dev-perl/File-Flat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Flat # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.34 2006/10/15 10:16:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.35 2006/10/20 19:22:36 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> File-Flat-0.96.ebuild: + Stable on Alpha. 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> File-Flat-0.96.ebuild: Stable on ia64. diff --git a/dev-perl/File-Flat/File-Flat-0.96.ebuild b/dev-perl/File-Flat/File-Flat-0.96.ebuild index 9c72dd3f74d7..1357192aa2ac 100644 --- a/dev-perl/File-Flat/File-Flat-0.96.ebuild +++ b/dev-perl/File-Flat/File-Flat-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-0.96.ebuild,v 1.4 2006/10/15 10:16:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-0.96.ebuild,v 1.5 2006/10/20 19:22:36 kloeri Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/A/AD/ADAMK/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" |