From fa34a79f7f81dea108e48c4af3c6978010cc14f5 Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Tue, 7 Feb 2017 16:51:44 +0200 Subject: x11-misc/xsel: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3864 --- x11-misc/xsel/xsel-1.2.0.ebuild | 2 +- x11-misc/xsel/xsel-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-misc/xsel') diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild index 5f69444609fc..aaa52852b022 100644 --- a/x11-misc/xsel/xsel-1.2.0.ebuild +++ b/x11-misc/xsel/xsel-1.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=4 -DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection" +DESCRIPTION="Command-line program for getting and setting the contents of the X selection" HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" diff --git a/x11-misc/xsel/xsel-9999.ebuild b/x11-misc/xsel/xsel-9999.ebuild index 44d008893fbb..175afbf6c29d 100644 --- a/x11-misc/xsel/xsel-9999.ebuild +++ b/x11-misc/xsel/xsel-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit autotools git-r3 -DESCRIPTION="command-line program for getting and setting the contents of the X selection" +DESCRIPTION="Command-line program for getting and setting the contents of the X selection" HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" EGIT_REPO_URI="https://github.com/kfish/xsel.git" -- cgit v1.2.3-65-gdbad