diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-15 18:48:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-15 18:57:15 +0200 |
commit | 0a1fa60eacd123f6d21040272cdd8265c24eab77 (patch) | |
tree | e8ff61f9400e55d83dc9bcc03ce8d1a47246906f /dev-perl/IO-TieCombine | |
parent | dev-perl/String-RewritePrefix: stable for amd64 (diff) | |
download | gentoo-0a1fa60eacd123f6d21040272cdd8265c24eab77.tar.gz gentoo-0a1fa60eacd123f6d21040272cdd8265c24eab77.tar.bz2 gentoo-0a1fa60eacd123f6d21040272cdd8265c24eab77.zip |
dev-perl/IO-TieCombine: stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/IO-TieCombine')
-rw-r--r-- | dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild b/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild index 6ebe241d7d61..1399cbfdd570 100644 --- a/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild +++ b/dev-perl/IO-TieCombine/IO-TieCombine-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="produce tied (and other) separate but combined variables" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |