diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-21 19:30:05 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-21 19:30:21 +0200 |
commit | 5e5b78879834184b00bd4eb0de80fcac1667b891 (patch) | |
tree | 3b0b98fd88237de42f36c9355e1e6ecc60b3d27d /app-misc/detachtty | |
parent | app-misc/nullmodem: clean up old. (diff) | |
download | gentoo-5e5b78879834184b00bd4eb0de80fcac1667b891.tar.gz gentoo-5e5b78879834184b00bd4eb0de80fcac1667b891.tar.bz2 gentoo-5e5b78879834184b00bd4eb0de80fcac1667b891.zip |
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
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}" |