summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-10 22:58:25 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-11 09:48:03 +0100
commit0ad10fe6a739b776b8458e4a34f3db6a03999b33 (patch)
treed3088dd492ff1056f2542df0e20b6016be271a35
parent07c8805f224339cff5804829415aa949fcd0b451 (diff)
downloadgentoo-0ad10fe6a739b776b8458e4a34f3db6a03999b33.tar.gz
gentoo-0ad10fe6a739b776b8458e4a34f3db6a03999b33.tar.xz
dev-haskell/hostname: fix DESCRIPTION length
Package-Manager: portage-2.2.28
-rw-r--r--dev-haskell/hostname/hostname-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hostname/hostname-1.0.ebuild b/dev-haskell/hostname/hostname-1.0.ebuild
index 946487d932c..9094550b127 100644
--- a/dev-haskell/hostname/hostname-1.0.ebuild
+++ b/dev-haskell/hostname/hostname-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,7 +9,7 @@ EAPI="4"
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
-DESCRIPTION="A very simple package providing a cross-platform means of determining the hostname"
+DESCRIPTION="A a cross-platform means of determining the hostname"
HOMEPAGE="http://hackage.haskell.org/package/hostname"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"