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