diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-08-28 13:58:32 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-08-28 13:58:32 +0000 |
commit | f3f9eff7f1795efe782cd6e2d67666e266d36fc9 (patch) | |
tree | 15bdda6fa463ed8043d35246e01f5e9dedc16906 /dev-perl/Sub-Install | |
parent | Change version scheme (diff) | |
download | gentoo-2-f3f9eff7f1795efe782cd6e2d67666e266d36fc9.tar.gz gentoo-2-f3f9eff7f1795efe782cd6e2d67666e266d36fc9.tar.bz2 gentoo-2-f3f9eff7f1795efe782cd6e2d67666e266d36fc9.zip |
Add ~x86-fbsd
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sub-Install')
-rw-r--r-- | dev-perl/Sub-Install/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Sub-Install/Sub-Install-0.925.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog index f91d5a9f193b..aea506b7264c 100644 --- a/dev-perl/Sub-Install/ChangeLog +++ b/dev-perl/Sub-Install/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Install -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.8 2010/11/15 10:36:29 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.9 2011/08/28 13:58:32 naota Exp $ + + 28 Aug 2011; Naohiro Aota <naota@gentoo.org> Sub-Install-0.925.ebuild: + Add ~x86-fbsd 15 Nov 2010; Fabian Groffen <grobian@gentoo.org> Sub-Install-0.925.ebuild: Marked ~ppc-macos and ~x86-solaris, bug #345435 diff --git a/dev-perl/Sub-Install/Sub-Install-0.925.ebuild b/dev-perl/Sub-Install/Sub-Install-0.925.ebuild index 0431520fd22b..82a78a568ec0 100644 --- a/dev-perl/Sub-Install/Sub-Install-0.925.ebuild +++ b/dev-perl/Sub-Install/Sub-Install-0.925.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.6 2010/11/15 10:36:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.7 2011/08/28 13:58:32 naota Exp $ MODULE_AUTHOR=RJBS inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="install subroutines into packages easily" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND="dev-lang/perl" |