summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-05-03 19:35:58 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-05-03 19:35:58 +0000
commit6bc4de76ddb7621c1a74aa9f78bfa93295f4b068 (patch)
treed695ca89d9e357dbf1f5b084d859ea061bf2db8b /app-text/pandoc
parentUse PN instead of hard-coded "opera" where needed in preparation for www-clie... (diff)
downloadgentoo-2-6bc4de76ddb7621c1a74aa9f78bfa93295f4b068.tar.gz
gentoo-2-6bc4de76ddb7621c1a74aa9f78bfa93295f4b068.tar.bz2
gentoo-2-6bc4de76ddb7621c1a74aa9f78bfa93295f4b068.zip
USE flags work this time (passed to configure phase).
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pandoc')
-rw-r--r--app-text/pandoc/ChangeLog8
-rw-r--r--app-text/pandoc/pandoc-1.8.1.1-r1.ebuild (renamed from app-text/pandoc/pandoc-1.8.1.1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/pandoc/ChangeLog b/app-text/pandoc/ChangeLog
index 535c550cb116..b7b8d2e1cd1b 100644
--- a/app-text/pandoc/ChangeLog
+++ b/app-text/pandoc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/pandoc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.1 2011/04/25 12:30:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.2 2011/05/03 19:35:58 slyfox Exp $
+
+*pandoc-1.8.1.1-r1 (03 May 2011)
+
+ 03 May 2011; Sergei Trofimovich <slyfox@gentoo.org> -pandoc-1.8.1.1.ebuild,
+ +pandoc-1.8.1.1-r1.ebuild:
+ USE flags work this time (passed to configure phase).
*pandoc-1.8.1.1 (25 Apr 2011)
diff --git a/app-text/pandoc/pandoc-1.8.1.1.ebuild b/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild
index d89ac2d313bf..b6fdd1548538 100644
--- a/app-text/pandoc/pandoc-1.8.1.1.ebuild
+++ b/app-text/pandoc/pandoc-1.8.1.1-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/app-text/pandoc/pandoc-1.8.1.1.ebuild,v 1.1 2011/04/25 12:30:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild,v 1.1 2011/05/03 19:35:58 slyfox Exp $
# ebuild generated by hackport 0.2.11
@@ -51,8 +51,8 @@ installMan() {
doman "${S}/man/man1/${prog}.1"
}
-src_compile() {
- cabal_src_compile \
+src_configure() {
+ cabal_src_configure \
$(cabal_flag highlight highlighting)
}