diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-01-08 23:02:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-08 23:02:47 +0100 |
commit | 2ca53771035153107156ead9f1021dea7f2d5001 (patch) | |
tree | 6c4854d40c3562a343a0ea8d177bb70dd0c18467 /app-misc/when | |
parent | app-misc/task: add missing die. (diff) | |
download | gentoo-2ca53771035153107156ead9f1021dea7f2d5001.tar.gz gentoo-2ca53771035153107156ead9f1021dea7f2d5001.tar.bz2 gentoo-2ca53771035153107156ead9f1021dea7f2d5001.zip |
app-misc/when: shorten DESCRIPTION. mark stable for amd64 and the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-misc/when')
-rw-r--r-- | app-misc/when/when-1.1.36.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/when/when-1.1.36.ebuild b/app-misc/when/when-1.1.36.ebuild index 73272c18172e..1cd434587f0a 100644 --- a/app-misc/when/when-1.1.36.ebuild +++ b/app-misc/when/when-1.1.36.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic" +DESCRIPTION="Minimalistic personal calendar program" HOMEPAGE="http://www.lightandmatter.com/when/when.html" SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" |