diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-28 17:44:21 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-28 17:45:41 +0200 |
commit | 7a6a1b1835dcdca58513e4207c522f82458761c2 (patch) | |
tree | 9a0d593be866dd07b56ba9507d9ff303685268d6 /app-emulation/simh | |
parent | app-emacs/pymacs: x86 stable wrt bug #721740 (diff) | |
download | gentoo-7a6a1b1835dcdca58513e4207c522f82458761c2.tar.gz gentoo-7a6a1b1835dcdca58513e4207c522f82458761c2.tar.bz2 gentoo-7a6a1b1835dcdca58513e4207c522f82458761c2.zip |
app-emulation/simh: x86 stable wrt bug #725012
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/simh')
-rw-r--r-- | app-emulation/simh/simh-3.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/simh/simh-3.11.1.ebuild b/app-emulation/simh/simh-3.11.1.ebuild index d6003fe03e09..b0bc38984ccf 100644 --- a/app-emulation/simh/simh-3.11.1.ebuild +++ b/app-emulation/simh/simh-3.11.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/simh/simh/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="net-libs/libpcap" |