diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-31 00:21:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-31 00:21:30 +0300 |
commit | 388e0f7a8610a59d595df18ba725140d1f2bcb88 (patch) | |
tree | 61db8b2ee337591b1e8d48334bfc9df520dba81e /x11-misc/imake | |
parent | dev-ruby/power_assert: mark s390 stable (diff) | |
download | gentoo-388e0f7a8610a59d595df18ba725140d1f2bcb88.tar.gz gentoo-388e0f7a8610a59d595df18ba725140d1f2bcb88.tar.bz2 gentoo-388e0f7a8610a59d595df18ba725140d1f2bcb88.zip |
x11-misc/imake: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/imake-1.0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/imake/imake-1.0.7-r1.ebuild b/x11-misc/imake/imake-1.0.7-r1.ebuild index e58d443f1ed9..79263523f8d8 100644 --- a/x11-misc/imake/imake-1.0.7-r1.ebuild +++ b/x11-misc/imake/imake-1.0.7-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="mirror://xorg/util/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |