diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-05-03 19:17:21 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-05-03 19:17:21 +0000 |
commit | 74b69fd3e210f39d81dbed31612d47438b20f6ec (patch) | |
tree | bed963ef2bdcab9db9625a94e40eb0bb9641e7a0 /dev-haskell/highlighting-kate | |
parent | Marked ~x64-macos, bug #365285 (diff) | |
download | gentoo-2-74b69fd3e210f39d81dbed31612d47438b20f6ec.tar.gz gentoo-2-74b69fd3e210f39d81dbed31612d47438b20f6ec.tar.bz2 gentoo-2-74b69fd3e210f39d81dbed31612d47438b20f6ec.zip |
USE flags work this time (passed to configure phase).
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/highlighting-kate')
-rw-r--r-- | dev-haskell/highlighting-kate/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild (renamed from dev-haskell/highlighting-kate/highlighting-kate-0.2.9.ebuild) | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-haskell/highlighting-kate/ChangeLog b/dev-haskell/highlighting-kate/ChangeLog index 8198f2687b99..73d563e4e3a3 100644 --- a/dev-haskell/highlighting-kate/ChangeLog +++ b/dev-haskell/highlighting-kate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/highlighting-kate # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.1 2011/04/25 09:56:06 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.2 2011/05/03 19:17:20 slyfox Exp $ + +*highlighting-kate-0.2.9-r1 (03 May 2011) + + 03 May 2011; Sergei Trofimovich <slyfox@gentoo.org> + -highlighting-kate-0.2.9.ebuild, +highlighting-kate-0.2.9-r1.ebuild: + USE flags work this time (passed to configure phase). *highlighting-kate-0.2.9 (25 Apr 2011) diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.2.9.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild index f61879276540..883df6f0bc8a 100644 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.2.9.ebuild +++ b/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.2.9.ebuild,v 1.1 2011/04/25 09:56:06 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild,v 1.1 2011/05/03 19:17:20 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -25,7 +25,6 @@ RDEPEND="dev-haskell/parsec DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2" -src_compile() { - cabal_src_compile \ - $(cabal_flag executable) +src_configure() { + cabal_src_configure $(cabal_flag executable) } |