commit: 05c98659af8d9924e1e267d3e23f8243ff280812 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 03:07:30 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 03:07:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c98659
dev-libs/libstroke: stable EAPI7 ebuild and fix QA issue Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/libstroke/libstroke-0.5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild index 983798ae225..d800a7013d9 100644 --- a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.etla.net/libstroke/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND="x11-libs/libX11" @@ -27,6 +27,6 @@ src_prepare() { } src_install () { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install dodoc CREDITS ChangeLog README }
