summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-09 22:07:30 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-09 22:07:30 -0500
commit05c98659af8d9924e1e267d3e23f8243ff280812 (patch)
tree305d5a54b91ca7299ac81c696f0a113a7268177b /dev-libs/libstroke/libstroke-0.5.1-r1.ebuild
parentprofiles/package.mask: app-text/vlna last-rites (diff)
downloadgentoo-05c98659af8d9924e1e267d3e23f8243ff280812.tar.gz
gentoo-05c98659af8d9924e1e267d3e23f8243ff280812.tar.bz2
gentoo-05c98659af8d9924e1e267d3e23f8243ff280812.zip
dev-libs/libstroke: stable EAPI7 ebuild and fix QA issue
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/libstroke/libstroke-0.5.1-r1.ebuild')
-rw-r--r--dev-libs/libstroke/libstroke-0.5.1-r1.ebuild4
1 files 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 983798ae2254..d800a7013d9e 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
}