diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-07 17:41:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-07 18:46:22 +0100 |
commit | 671e49f7ffacec5056443bd056cb593d9ad128cc (patch) | |
tree | b7cd4e8d6af61e9f4b240f8a0ae36d70898b71ac /x11-plugins/asmem | |
parent | fox.eclass: Fix toolong DESCRIPTION (diff) | |
download | gentoo-671e49f7ffacec5056443bd056cb593d9ad128cc.tar.gz gentoo-671e49f7ffacec5056443bd056cb593d9ad128cc.tar.bz2 gentoo-671e49f7ffacec5056443bd056cb593d9ad128cc.zip |
x11-plugins/asmem: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3867
Diffstat (limited to 'x11-plugins/asmem')
-rw-r--r-- | x11-plugins/asmem/asmem-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/asmem/asmem-1.12.ebuild b/x11-plugins/asmem/asmem-1.12.ebuild index 01d9b01fbb67..1482562efc63 100644 --- a/x11-plugins/asmem/asmem-1.12.ebuild +++ b/x11-plugins/asmem/asmem-1.12.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit toolchain-funcs -DESCRIPTION="a swallowable applet monitors the utilization level of memory, cache and swap space" +DESCRIPTION="Monitor the utilization level of memory, cache and swap space" HOMEPAGE="http://www.tigr.net" SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz" |