diff options
Diffstat (limited to 'dev-perl/Scalar-Properties')
-rw-r--r-- | dev-perl/Scalar-Properties/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Scalar-Properties/ChangeLog b/dev-perl/Scalar-Properties/ChangeLog index 1fac9359ac0c..7004fedf8b92 100644 --- a/dev-perl/Scalar-Properties/ChangeLog +++ b/dev-perl/Scalar-Properties/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scalar-Properties -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.13 2008/08/02 11:14:39 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.14 2010/01/11 19:37:01 grobian Exp $ + + 11 Jan 2010; Fabian Groffen <grobian@gentoo.org> + Scalar-Properties-0.13.ebuild: + Transfer Prefix keywords *Scalar-Properties-0.13 (02 Aug 2008) diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild index 4019b759051a..c957093fdd39 100644 --- a/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild +++ b/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild,v 1.1 2008/08/02 11:14:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild,v 1.2 2010/01/11 19:37:01 grobian Exp $ MODULE_AUTHOR=MARCEL inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="run-time properties on scalar variables" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" SRC_TEST="do" |