projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0207dc
)
dev-libs/libstroke: stable EAPI7 ebuild and fix QA issue
author
Aaron Bauman
<bman@gentoo.org>
Sun, 10 Nov 2019 03:07:30 +0000
(22:07 -0500)
committer
Aaron Bauman
<bman@gentoo.org>
Sun, 10 Nov 2019 03:07:30 +0000
(22:07 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-libs/libstroke/libstroke-0.5.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild
b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild
index 983798ae22548bf817f8116131b61c32554a6392..d800a7013d9e6bff3ba8458a8711747f5d095a6a 100644
(file)
--- 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
}