diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 13:55:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 14:09:06 +0100 |
commit | 930806b3102184d815c35b36c18146a92a457ebb (patch) | |
tree | fad207a06a840dcc212f12db89e73ab9e744cfcf /dev-haskell/magic | |
parent | dev-haskell/markdown-unlit: drop old (diff) | |
download | gentoo-930806b3102184d815c35b36c18146a92a457ebb.tar.gz gentoo-930806b3102184d815c35b36c18146a92a457ebb.tar.bz2 gentoo-930806b3102184d815c35b36c18146a92a457ebb.zip |
dev-haskell/magic: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/magic')
-rw-r--r-- | dev-haskell/magic/magic-1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/magic/metadata.xml | 6 |
2 files changed, 3 insertions, 9 deletions
diff --git a/dev-haskell/magic/magic-1.1.ebuild b/dev-haskell/magic/magic-1.1.ebuild index 24aa55d96711..6e247ba72615 100644 --- a/dev-haskell/magic/magic-1.1.ebuild +++ b/dev-haskell/magic/magic-1.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.4 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -21,5 +21,5 @@ RDEPEND=">=dev-lang/ghc-7.4.1:= sys-apps/file " DEPEND="${RDEPEND} - dev-haskell/cabal + >=dev-haskell/cabal-1.0 " diff --git a/dev-haskell/magic/metadata.xml b/dev-haskell/magic/metadata.xml index 32e691a5478a..b7878815d80d 100644 --- a/dev-haskell/magic/metadata.xml +++ b/dev-haskell/magic/metadata.xml @@ -5,10 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - This package provides a Haskell interface to the C libmagic library. - With it, you can determine the type of a file by examining its contents - rather than its name. The Haskell interface provides a full-featured - binding. - </longdescription> </pkgmetadata> |