Signed-off-by: Michał Górny <mgorny@gentoo.org>
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DEPEND="dev-vcs/git"
S="${WORKDIR}/${PN}-master"
else
- KEYWORDS="~x86 ~amd64"
+ KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/seanmiddleditch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
EGIT_REPO_URI="https://github.com/seanmiddleditch/libtelnet.git"
else
SRC_URI="https://github.com/seanmiddleditch/libtelnet/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~x86 ~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Simple RFC-complient TELNET implementation as a C library"