Skip to content

Commit 6e9ae08

Browse files
committed
Update older efl packages as well
1 parent bc82b4d commit 6e9ae08

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.0"}
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.0"}
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.0"}
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.0"}
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.0"}
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.0"}
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.0"}
1515
"ocamlfind" {build}
1616
"ocamlbuild" {build}
1717
"conf-efl" {build}

0 commit comments

Comments
 (0)