diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 14:57:07 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 14:57:07 +0100 |
commit | 38db52436167bb79ada0b494a672ee9a70a62195 (patch) | |
tree | 3306425a1a07181ce0bc14492960e5f58c4357e8 /app-shells/dsh | |
parent | app-shells/bash-completion: drop ppc-aix m68k-mint (diff) | |
download | gentoo-38db52436167bb79ada0b494a672ee9a70a62195.tar.gz gentoo-38db52436167bb79ada0b494a672ee9a70a62195.tar.bz2 gentoo-38db52436167bb79ada0b494a672ee9a70a62195.zip |
app-shells/dsh: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-shells/dsh')
-rw-r--r-- | app-shells/dsh/dsh-0.25.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/dsh/dsh-0.25.10-r1.ebuild b/app-shells/dsh/dsh-0.25.10-r1.ebuild index a14e46756af7..74aff87b8378 100644 --- a/app-shells/dsh/dsh-0.25.10-r1.ebuild +++ b/app-shells/dsh/dsh-0.25.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~m68k-mint" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="nls" DEPEND="dev-libs/libdshconfig" |