summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-07-26 22:38:42 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-07-26 23:07:47 +0200
commite0995d32be0bb9bc737ab3511cd079db5c90cd68 (patch)
tree8bce3677190a900b060e83997287b569e9226d09 /app-admin/entr
parentpackage.mask: Remove mask on mariadb 10.2 for general ~arch testing (diff)
downloadgentoo-e0995d32be0bb9bc737ab3511cd079db5c90cd68.tar.gz
gentoo-e0995d32be0bb9bc737ab3511cd079db5c90cd68.tar.bz2
gentoo-e0995d32be0bb9bc737ab3511cd079db5c90cd68.zip
app-admin/entr: stable for amd64 and the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-admin/entr')
-rw-r--r--app-admin/entr/entr-3.7.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/app-admin/entr/entr-3.7.ebuild b/app-admin/entr/entr-3.7.ebuild
index 41caf72596a4..448abf84b1fb 100644
--- 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
-}