diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-12-19 02:20:04 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-12-19 02:20:25 +0100 |
commit | 04b7bcb445e13c0e8ca9c13fa973a7ec7059eeb0 (patch) | |
tree | e68ee6c51a98eccd727fcc24501c019dbc23ffdc /media-gfx | |
parent | dev-python/pysaml2: 4.5.0 bup (diff) | |
download | gentoo-04b7bcb445e13c0e8ca9c13fa973a7ec7059eeb0.tar.gz gentoo-04b7bcb445e13c0e8ca9c13fa973a7ec7059eeb0.tar.bz2 gentoo-04b7bcb445e13c0e8ca9c13fa973a7ec7059eeb0.zip |
media-gfx/hp2xx: QA fix for DESCRIPTION
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/hp2xx/hp2xx-3.4.4.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild b/media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild index 81f8977412f5..9bdc0204255d 100644 --- a/media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild +++ b/media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils base -DESCRIPTION="Versatile tool to convert Hewlett-Packard's HP-GL plotter language into other graphics formats" +DESCRIPTION="Convert Hewlett-Packard's HP-GL plotter language to other graphics formats" HOMEPAGE="https://www.gnu.org/software/hp2xx/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="X jpeg png tiff" RDEPEND=" diff --git a/media-gfx/hp2xx/hp2xx-3.4.4.ebuild b/media-gfx/hp2xx/hp2xx-3.4.4.ebuild index 387ff013c002..268801ee97d6 100644 --- a/media-gfx/hp2xx/hp2xx-3.4.4.ebuild +++ b/media-gfx/hp2xx/hp2xx-3.4.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils base -DESCRIPTION="Versatile tool to convert Hewlett-Packard's HP-GL plotter language into other graphics formats" +DESCRIPTION="Convert Hewlett-Packard's HP-GL plotter language to other graphics formats" HOMEPAGE="https://www.gnu.org/software/hp2xx/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" |