Skip to content

Commit 60d0b94

Browse files
committed
Update upper bound on efl.1.24.0
1 parent 6086724 commit 60d0b94

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/efl/efl.1.12.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
install: [make "install"]
1212
remove: ["ocamlfind" "remove" "efl"]
1313
depends: [
14-
"ocaml" {>= "3.12"}
14+
"ocaml" {>= "3.12" & < "5.3"}
1515
"ocamlfind"
1616
"ocamlbuild" {build}
1717
"conf-efl"

packages/efl/efl.1.13.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
install: [make "install"]
1212
remove: ["ocamlfind" "remove" "efl"]
1313
depends: [
14-
"ocaml" {>= "3.12"}
14+
"ocaml" {>= "3.12" & < "5.3"}
1515
"ocamlfind"
1616
"ocamlbuild" {build}
1717
"conf-efl"

packages/efl/efl.1.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
install: [make "install"]
1212
remove: ["ocamlfind" "remove" "efl"]
1313
depends: [
14-
"ocaml" {>= "3.12"}
14+
"ocaml" {>= "3.12" & < "5.3"}
1515
"ocamlfind"
1616
"ocamlbuild" {build}
1717
"conf-efl"

packages/efl/efl.1.18.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
install: [make "install"]
1313
remove: ["ocamlfind" "remove" "efl"]
1414
depends: [
15-
"ocaml" {>= "3.12"}
15+
"ocaml" {>= "3.12" & < "5.3"}
1616
"ocamlfind"
1717
"ocamlbuild" {build}
1818
"conf-efl"

packages/efl/efl.1.19.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
install: [make "install"]
1313
remove: ["ocamlfind" "remove" "efl"]
1414
depends: [
15-
"ocaml" {>= "3.12"}
15+
"ocaml" {>= "3.12" & < "5.3"}
1616
"ocamlfind"
1717
"ocamlbuild" {build}
1818
"conf-efl"

packages/efl/efl.1.20.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
install: [make "install"]
1313
remove: ["ocamlfind" "remove" "efl"]
1414
depends: [
15-
"ocaml" {>= "3.12"}
15+
"ocaml" {>= "3.12" & < "5.3"}
1616
"ocamlfind" {build}
1717
"ocamlbuild" {build}
1818
"conf-efl" {build}

packages/efl/efl.1.22.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
install: [make "install"]
1313
depends: [
14-
"ocaml" {>= "3.12"}
14+
"ocaml" {>= "3.12" & < "5.3"}
1515
"ocamlfind" {build}
1616
"ocamlbuild" {build}
1717
"conf-efl" {build}

packages/efl/efl.1.24.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
install: [make "install"]
1313
depends: [
14-
"ocaml" {>= "3.12"}
14+
"ocaml" {>= "3.12" & < "5.3"}
1515
"ocamlfind" {build}
1616
"ocamlbuild" {build}
1717
"conf-efl" {build}

0 commit comments

Comments
 (0)