diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-12-14 23:58:53 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-15 00:00:11 +0100 |
commit | 6d76ad06071e426d1f4508583b6ce4fe38d7e185 (patch) | |
tree | 7cccaf1f59b45bbfab675ca9e0583e6e1b0f4c15 /app-text | |
parent | x11-wm/wmii: EAPI 6 bump. (diff) | |
download | gentoo-6d76ad06071e426d1f4508583b6ce4fe38d7e185.tar.gz gentoo-6d76ad06071e426d1f4508583b6ce4fe38d7e185.tar.bz2 gentoo-6d76ad06071e426d1f4508583b6ce4fe38d7e185.zip |
app-text/tkinfo: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tkinfo/tkinfo-2.8-r1.ebuild | 7 |
1 files 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 e1349f9b0da8..8e170bc614bb 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 } |