jer         14/12/06 08:21:12

  Modified:             ChangeLog moe-1.6.ebuild
  Log:
  Fix building against sys-libs/ncurses[-tinfo] (bug #531764).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.9                  app-editors/moe/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   2 Nov 2014 22:08:35 -0000       1.8
+++ ChangeLog   6 Dec 2014 08:21:12 -0000       1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/moe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v 1.8 2014/11/02 
22:08:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/ChangeLog,v 1.9 2014/12/06 
08:21:12 jer Exp $
+
+  06 Dec 2014; Jeroen Roovers <[email protected]> moe-1.6.ebuild,
+  files/moe-1.6-tinfo.patch:
+  Fix building against sys-libs/ncurses[-tinfo] (bug #531764).
 
   02 Nov 2014; Mikle Kolyada <[email protected]> +files/moe-1.6-tinfo.patch,
   -moe-1.5.ebuild, moe-1.6.ebuild:



1.4                  app-editors/moe/moe-1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/moe-1.6.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/moe-1.6.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/moe-1.6.ebuild?r1=1.3&r2=1.4

Index: moe-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/moe/moe-1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- moe-1.6.ebuild      2 Nov 2014 22:08:35 -0000       1.3
+++ moe-1.6.ebuild      6 Dec 2014 08:21:12 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/moe-1.6.ebuild,v 1.3 
2014/11/02 22:08:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/moe/moe-1.6.ebuild,v 1.4 
2014/12/06 08:21:12 jer Exp $
 
 EAPI=5
 
@@ -14,13 +14,17 @@
 SLOT="0"
 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 
-DEPEND="$(unpacker_src_uri_depends)
-       sys-libs/ncurses"
-
-RDEPEND="${DEPEND}"
+RDEPEND="
+       sys-libs/ncurses
+"
+DEPEND="
+       $(unpacker_src_uri_depends)
+       ${RDEPEND}
+       virtual/pkgconfig
+"
 
 src_prepare() {
-       tc-export CXX
+       tc-export CXX PKG_CONFIG
        sed -i \
                -e "/^CXXFLAGS=/d" \
                -e "/^LDFLAGS=/d" \




Reply via email to