public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v53.eblit src_configure-v521.eblit src_configure-v2.eblit
@ 2012-09-09 14:13 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2012-09-09 14:13 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/09/09 14:13:00

  Modified:             src_configure-v53.eblit
  Removed:              src_configure-v521.eblit src_configure-v2.eblit
  Log:
  Revbump renaming sqlite USE flag to sqlite2
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-lang/php/files/eblits/src_configure-v53.eblit

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit?r1=1.5&r2=1.6

Index: src_configure-v53.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- src_configure-v53.eblit	22 Aug 2012 15:01:54 -0000	1.5
+++ src_configure-v53.eblit	9 Sep 2012 14:13:00 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.5 2012/08/22 15:01:54 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.6 2012/09/09 14:13:00 olemarkus Exp $
 
 eblit-php-src_configure() {
 	addpredict /usr/share/snmp/mibs/.index
@@ -60,9 +60,14 @@
 	$(use_enable sharedmem shmop )
 	$(use_with snmp snmp )
 	$(use_enable soap soap )
-	$(use_enable sockets sockets )
-	$(use_with sqlite sqlite /usr)"
-    use sqlite && my_conf+=" $(use_enable unicode sqlite-utf8)"
+	$(use_enable sockets sockets )"
+	if version_is_at_least 5.3.16-r2; then
+		my_conf+=" $(use_with sqlite2 sqlite /usr) "
+		use sqlite2 && my_conf+=" $(use_enable unicode sqlite-utf8)"
+	else
+		my_conf+=" $(use_with sqlite sqlite /usr) "
+		use sqlite && my_conf+=" $(use_enable unicode sqlite-utf8)"
+	fi
     my_conf+="
 	$(use_with sqlite3 sqlite3 /usr)
 	$(use_with sybase-ct sybase-ct /usr)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-09 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09 14:13 [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v53.eblit src_configure-v521.eblit src_configure-v2.eblit Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox