projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6743b7a
)
app-admin/entr: stable for amd64 and the remaining arches using the ALLARCHES policy.
author
Patrice Clement
<monsieurp@gentoo.org>
Wed, 26 Jul 2017 20:38:42 +0000
(22:38 +0200)
committer
Patrice Clement
<monsieurp@gentoo.org>
Wed, 26 Jul 2017 21:07:47 +0000
(23:07 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-admin/entr/entr-3.7.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/entr/entr-3.7.ebuild
b/app-admin/entr/entr-3.7.ebuild
index 41caf72596a408b7be2432b688226682f0fce1e8..448abf84b1fb511572ee2b0c4dd1facb55039a13 100644
(file)
--- a/
app-admin/entr/entr-3.7.ebuild
+++ b/
app-admin/entr/entr-3.7.ebuild
@@
-9,7
+9,7
@@
SRC_URI="http://entrproject.org/code/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="
~amd64 ~ppc ~ppc64 ~
x86"
+KEYWORDS="
amd64 ppc ppc64
x86"
IUSE="test"
src_unpack() {
@@
-21,11
+21,3
@@
src_configure() {
sh configure || die
sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die
}
-
-src_test() {
- emake test
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}