diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-04 08:31:54 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-04 08:31:54 +0000 |
commit | 82e26b0cb3470734bfc352ed701697f3be114b9e (patch) | |
tree | b4ada233b3396b1b5c3dcf9694d21e8bc1e02d83 /dev-perl/perltidy | |
parent | Stable on alpha. (diff) | |
download | historical-82e26b0cb3470734bfc352ed701697f3be114b9e.tar.gz historical-82e26b0cb3470734bfc352ed701697f3be114b9e.tar.bz2 historical-82e26b0cb3470734bfc352ed701697f3be114b9e.zip |
Add ~alpha keyword.
Diffstat (limited to 'dev-perl/perltidy')
-rw-r--r-- | dev-perl/perltidy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/perltidy/perltidy-20031021.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog index 69827dfbfbbe..35bde81fb28c 100644 --- a/dev-perl/perltidy/ChangeLog +++ b/dev-perl/perltidy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/perltidy # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.12 2004/06/25 00:55:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.13 2004/07/04 08:30:47 kloeri Exp $ + + 04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> perltidy-20031021.ebuild: + Add ~alpha keyword. 02 Mar 2004; Dylan Carlson <absinthe@gentoo.org> perltidy-20031021.ebuild: Added amd64 to KEYWORDS. diff --git a/dev-perl/perltidy/perltidy-20031021.ebuild b/dev-perl/perltidy/perltidy-20031021.ebuild index a616fccef823..7c300b2b3591 100644 --- a/dev-perl/perltidy/perltidy-20031021.ebuild +++ b/dev-perl/perltidy/perltidy-20031021.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20031021.ebuild,v 1.3 2004/06/25 00:55:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20031021.ebuild,v 1.4 2004/07/04 08:30:47 kloeri Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/perltidy/${P/perltidy/Perl-Tidy}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64" +KEYWORDS="x86 sparc amd64 ~alpha" DEPEND="${DEPEND}" |