diff options
Diffstat (limited to 'app-misc/detachtty')
-rw-r--r-- | app-misc/detachtty/detachtty-9-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-misc/detachtty/detachtty-9-r1.ebuild b/app-misc/detachtty/detachtty-9-r1.ebuild index 4872c27d12f6..889f3998d57b 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}" |