dev-haskell/hostname: fix DESCRIPTION length
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 May 2016 21:58:25 +0000 (22:58 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000 (09:48 +0100)
Package-Manager: portage-2.2.28

dev-haskell/hostname/hostname-1.0.ebuild

index 946487d932ca908f699e7055d89ed546ddbc850e..9094550b1272b35bc5a4024ffb6c7ffd03f44dcb 100644 (file)
@@ -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"