commit: 474240a3025216b8771d7bb72dd56e2764bea173 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 13:40:36 2019 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 13:40:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474240a3
app-misc/delay: works on alpha and s390 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-misc/delay/delay-1.6-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/delay/delay-1.6-r2.ebuild b/app-misc/delay/delay-1.6-r2.ebuild index 365857916fc..cc485d6f501 100644 --- a/app-misc/delay/delay-1.6-r2.ebuild +++ b/app-misc/delay/delay-1.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://onegeek.org/~tom/software/delay/dl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND="sys-libs/ncurses:0=" DEPEND="
