diff options
author | Sam James <sam@gentoo.org> | 2023-01-23 17:47:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-23 17:47:52 +0000 |
commit | cb264c7c8f77bc153d4183e080b4b0f2804902d4 (patch) | |
tree | 221c4df57870bb05ffd35dbb1db1a2edae1b3c2f /app-shells | |
parent | app-shells/pdsh: Stabilize 2.34-r1 x86, #891841 (diff) | |
download | gentoo-cb264c7c8f77bc153d4183e080b4b0f2804902d4.tar.gz gentoo-cb264c7c8f77bc153d4183e080b4b0f2804902d4.tar.bz2 gentoo-cb264c7c8f77bc153d4183e080b4b0f2804902d4.zip |
app-shells/pdsh: Stabilize 2.34-r1 amd64, #891841
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pdsh/pdsh-2.34-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/pdsh/pdsh-2.34-r1.ebuild b/app-shells/pdsh/pdsh-2.34-r1.ebuild index 61e45dd32f6b..17f7b7136052 100644 --- a/app-shells/pdsh/pdsh-2.34-r1.ebuild +++ b/app-shells/pdsh/pdsh-2.34-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="crypt readline rsh test" RESTRICT="!test? ( test )" |