Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/entr/
Date: Wed, 26 Jul 2017 21:07:58
Message-Id: 1501103267.e0995d32be0bb9bc737ab3511cd079db5c90cd68.monsieurp@gentoo
1 commit: e0995d32be0bb9bc737ab3511cd079db5c90cd68
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 20:38:42 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 21:07:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0995d32
7
8 app-admin/entr: stable for amd64 and the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-admin/entr/entr-3.7.ebuild | 10 +---------
13 1 file changed, 1 insertion(+), 9 deletions(-)
14
15 diff --git a/app-admin/entr/entr-3.7.ebuild b/app-admin/entr/entr-3.7.ebuild
16 index 41caf72596a..448abf84b1f 100644
17 --- a/app-admin/entr/entr-3.7.ebuild
18 +++ b/app-admin/entr/entr-3.7.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz"
20
21 LICENSE="ISC"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="amd64 ppc ppc64 x86"
25 IUSE="test"
26
27 src_unpack() {
28 @@ -21,11 +21,3 @@ src_configure() {
29 sh configure || die
30 sed -i -e 's#\(^PREFIX \).*#\1\?= /usr#' Makefile.bsd || die
31 }
32 -
33 -src_test() {
34 - emake test
35 -}
36 -
37 -src_install() {
38 - emake DESTDIR="${D}" install
39 -}