x11-misc/xsel: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3864
This commit is contained in:
Harri Nieminen
2017-02-07 16:51:44 +02:00
committed by David Seifert
parent e6db169096
commit fa34a79f7f
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"