diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-03 17:39:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-03 17:39:32 +0300 |
commit | 0f680787ba472fa85fc18b8871202651656e8aef (patch) | |
tree | 786f6fcdf79a19a8c3c1a1ae0f024c14c41213bd /x11-misc/imake | |
parent | x11-misc/gccmakedep: amd64 stable wrt bug #668900 (diff) | |
download | gentoo-0f680787ba472fa85fc18b8871202651656e8aef.tar.gz gentoo-0f680787ba472fa85fc18b8871202651656e8aef.tar.bz2 gentoo-0f680787ba472fa85fc18b8871202651656e8aef.zip |
x11-misc/imake: amd64 stable wrt bug #668900
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/imake-1.0.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/imake/imake-1.0.7-r1.ebuild b/x11-misc/imake/imake-1.0.7-r1.ebuild index ea7c9d7795f2..46eb599e3c5a 100644 --- a/x11-misc/imake/imake-1.0.7-r1.ebuild +++ b/x11-misc/imake/imake-1.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |