commit:     6d76ad06071e426d1f4508583b6ce4fe38d7e185
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 22:58:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 23:00:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d76ad06

app-text/tkinfo: Stable for amd64. Mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-text/tkinfo/tkinfo-2.8-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild 
b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
index e1349f9..8e170bc 100644
--- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild
+++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
@@ -6,9 +6,9 @@ EAPI=6
 
 DESCRIPTION="Info Browser in TK"
 HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/";
-SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz";
+SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz";
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
 IUSE=""
 LICENSE="freedist"
 SLOT="0"
@@ -16,6 +16,8 @@ SLOT="0"
 RDEPEND="dev-lang/tk"
 DEPEND="sys-apps/sed"
 
+DOCS=( README )
+
 src_prepare() {
        default
        sed -i \
@@ -26,5 +28,4 @@ src_prepare() {
 src_install () {
        dobin "${PN}"
        doman "${PN}.1"
-       dodoc README
 }

Reply via email to