net-nds/openldap: allow override of BDB slot during build.
authorRobin H. Johnson <robbat2@gentoo.org>
Wed, 8 Feb 2017 23:37:55 +0000 (15:37 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Wed, 8 Feb 2017 23:38:20 +0000 (15:38 -0800)
Package-Manager: portage-2.3.2

net-nds/openldap/openldap-2.4.40-r2.ebuild
net-nds/openldap/openldap-2.4.40-r4.ebuild
net-nds/openldap/openldap-2.4.42-r1.ebuild
net-nds/openldap/openldap-2.4.42.ebuild
net-nds/openldap/openldap-2.4.43-r1.ebuild
net-nds/openldap/openldap-2.4.43.ebuild
net-nds/openldap/openldap-2.4.44-r1.ebuild
net-nds/openldap/openldap-2.4.44.ebuild

index ee565280fe22979e544c766e97f6b727b7d495ca..2b1bd8046691a3dc757fe52103e967595d818ad9 100644 (file)
@@ -34,7 +34,8 @@ REQUIRED_USE="cxx? ( sasl )"
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
index 7db8c17d092fb72de2de32b66989804b09759de5..f0cf71b4cbc811cfe46e40b158eb00f5e569794f 100644 (file)
@@ -34,7 +34,8 @@ REQUIRED_USE="cxx? ( sasl )"
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
index 22b73afd2ea313f5e4dd707e627ad38f51023151..2b8a56f637e6ac11ee0fc6c480bfdaef39238f47 100644 (file)
@@ -35,7 +35,8 @@ REQUIRED_USE="cxx? ( sasl )
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
index 19ad1343060557e2192614314528c2e660c42726..e3e20faa16ba1b89a20cf82d923b1bda851537ea 100644 (file)
@@ -34,7 +34,8 @@ REQUIRED_USE="cxx? ( sasl )"
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
index 165b543fcfd705a5ca7a48fd04300dbbe3529936..c10ab6232b135045eec442351410771caf774255 100644 (file)
@@ -35,7 +35,8 @@ REQUIRED_USE="cxx? ( sasl )
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
index baeab808820e977e75cb6b91cc0c2488a52fcfa2..d16b8b3c754c71b0917b29014553344552cf4b1d 100644 (file)
@@ -35,7 +35,8 @@ REQUIRED_USE="cxx? ( sasl )
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
index 7e7c7a09dfe91314ac6d77d2c279c6d5f5e2b456..b4cce18283d76dcac801a3f5212f0f0645f9fe29 100644 (file)
@@ -36,7 +36,8 @@ REQUIRED_USE="cxx? ( sasl )
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
 
index 0b553596b32861b92007a878d52dbfdd33ad4bef..560b602b6ac622e062e82d1076488263bc0462be 100644 (file)
@@ -35,7 +35,8 @@ REQUIRED_USE="cxx? ( sasl )
 # always list newer first
 # Do not add any AGPL-3 BDB here!
 # See bug 525110, comment 15.
-BDB_SLOTS='5.3 5.1 4.8 4.7 4.6 4.5 4.4'
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
 BDB_PKGS=''
 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done