1 |
commit: 81fdba3f2e525a9d688c34cf70d9fd0de86d7afe |
2 |
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> |
3 |
AuthorDate: Thu Jun 23 09:21:47 2022 +0000 |
4 |
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> |
5 |
CommitDate: Thu Jun 23 09:21:47 2022 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fdba3f |
7 |
|
8 |
dev-libs/poco: revbump 1.11.2 due to the blocker update |
9 |
|
10 |
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> |
11 |
|
12 |
dev-libs/poco/{poco-1.11.2.ebuild => poco-1.11.2-r1.ebuild} | 8 +++++--- |
13 |
1 file changed, 5 insertions(+), 3 deletions(-) |
14 |
|
15 |
diff --git a/dev-libs/poco/poco-1.11.2.ebuild b/dev-libs/poco/poco-1.11.2-r1.ebuild |
16 |
similarity index 97% |
17 |
rename from dev-libs/poco/poco-1.11.2.ebuild |
18 |
rename to dev-libs/poco/poco-1.11.2-r1.ebuild |
19 |
index 6bf897f4f91c..40f8cc859b35 100644 |
20 |
--- a/dev-libs/poco/poco-1.11.2.ebuild |
21 |
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild |
22 |
@@ -34,9 +34,11 @@ RDEPEND=" |
23 |
>=dev-libs/libpcre-8.42 |
24 |
activerecord? ( !app-arch/arc ) |
25 |
mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= ) |
26 |
- mariadb? ( dev-db/mariadb-connector-c:0= ) ) |
27 |
- odbc? ( iodbc? ( dev-db/libiodbc ) |
28 |
- !iodbc? ( dev-db/unixODBC ) ) |
29 |
+ mariadb? ( dev-db/mariadb-connector-c:0= ) ) |
30 |
+ odbc? ( |
31 |
+ iodbc? ( dev-db/libiodbc ) |
32 |
+ !iodbc? ( dev-db/unixODBC ) |
33 |
+ ) |
34 |
sqlite? ( dev-db/sqlite:3 ) |
35 |
ssl? ( |
36 |
dev-libs/openssl:0= |