diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-07 09:34:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-07 09:34:09 +0000 |
commit | c54b768e622304e39aa135952bf349b4da2d328e (patch) | |
tree | 7ee4f653c4bf2caa36d7351783130be292dea2b9 /perl-core/Storable | |
parent | initial commit (diff) | |
download | gentoo-2-c54b768e622304e39aa135952bf349b4da2d328e.tar.gz gentoo-2-c54b768e622304e39aa135952bf349b4da2d328e.tar.bz2 gentoo-2-c54b768e622304e39aa135952bf349b4da2d328e.zip |
keyword ~sparc-fbsd
(Portage version: 2.1.5.4)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 0357e2c487a5..27d189ae2786 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.26 2008/06/01 18:54:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.27 2008/06/07 09:34:09 aballier Exp $ + + 07 Jun 2008; Alexis Ballier <aballier@gentoo.org> Storable-2.18.ebuild: + keyword ~sparc-fbsd 01 Jun 2008; Alexis Ballier <aballier@gentoo.org> Storable-2.18.ebuild: keyword ~x86-fbsd diff --git a/perl-core/Storable/Storable-2.18.ebuild b/perl-core/Storable/Storable-2.18.ebuild index 7cf3d5719528..712efa95553b 100644 --- a/perl-core/Storable/Storable-2.18.ebuild +++ b/perl-core/Storable/Storable-2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.18.ebuild,v 1.2 2008/06/01 18:54:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.18.ebuild,v 1.3 2008/06/07 09:34:09 aballier Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AM/AMS/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |