commit: 0557e86bedcdafb5e89068da84d4f8d734d8f9ff
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 12:07:51 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed May 17 13:47:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0557e86b
net-misc/unix2tcp: stable for amd64. mark stable for the remaining arches using
the ALLARCHES policy.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
index b48a5dd684f..07e7bdfb2d2 100644
--- a/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
+++ b/net-misc/unix2tcp/unix2tcp-0.8.2-r1.ebuild
@@ -9,11 +9,6 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~x86"
+KEYWORDS="amd64 arm hppa ia64 ppc s390 x86"
DOCS=( ChangeLog README )
-
-src_install() {
- emake DESTDIR="${D}" install
- einstalldocs
-}