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-misc/detachtty/
Date: Sat, 21 Oct 2017 17:31:41
Message-Id: 1508607021.5e5b78879834184b00bd4eb0de80fcac1667b891.monsieurp@gentoo
1 commit: 5e5b78879834184b00bd4eb0de80fcac1667b891
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 21 17:30:05 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 21 17:30:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5b7887
7
8 app-misc/detachtty: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-misc/detachtty/detachtty-9-r1.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-misc/detachtty/detachtty-9-r1.ebuild b/app-misc/detachtty/detachtty-9-r1.ebuild
16 index 4872c27d12f..889f3998d57 100644
17 --- a/app-misc/detachtty/detachtty-9-r1.ebuild
18 +++ b/app-misc/detachtty/detachtty-9-r1.ebuild
19 @@ -8,14 +8,12 @@ inherit toolchain-funcs
20 MY_P="${P/-/_}"
21
22 DESCRIPTION="Attach/detach from interactive processes across the network"
23 -HOMEPAGE="http://packages.debian.org/unstable/admin/detachtty"
24 +HOMEPAGE="https://packages.debian.org/unstable/admin/detachtty"
25 SRC_URI="mirror://debian/pool/main/d/${PN}/${MY_P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
30 -
31 -DOCS=( INSTALL README )
32 +KEYWORDS="amd64 ppc sparc x86"
33
34 src_compile() {
35 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"