diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 20:36:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 20:36:59 +0100 |
commit | bc1bb0c3c083f61d275379bc1c7dc4b332cc910d (patch) | |
tree | 55682035bd8d66485c67e4de5b42feee089c2d0b /dev-perl/Expect | |
parent | dev-perl/IO-Stty: Tested on ~amd64-fbsd (bug #636702) (diff) | |
download | gentoo-bc1bb0c3c083f61d275379bc1c7dc4b332cc910d.tar.gz gentoo-bc1bb0c3c083f61d275379bc1c7dc4b332cc910d.tar.bz2 gentoo-bc1bb0c3c083f61d275379bc1c7dc4b332cc910d.zip |
dev-perl/Expect: Tested on ~amd64-fbsd (bug #636702)
Diffstat (limited to 'dev-perl/Expect')
-rw-r--r-- | dev-perl/Expect/Expect-1.350.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Expect/Expect-1.350.0.ebuild b/dev-perl/Expect/Expect-1.350.0.ebuild index b8b10abe0901..33e54ec1d37a 100644 --- a/dev-perl/Expect/Expect-1.350.0.ebuild +++ b/dev-perl/Expect/Expect-1.350.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Expect for Perl" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test minimal" RDEPEND=" |