summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-07-27 16:14:53 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-08-15 15:17:39 +0300
commitbe27b3866ec10465cd2e5fa0f6405b1e06c7f154 (patch)
tree5dbc661ec41955156093b6943c6bc27fe92ab426 /dev-libs
parentapp-emulation/virtualbox-extpack-oracle: Stabilize amd64, #911671 (diff)
downloadgentoo-be27b3866ec10465cd2e5fa0f6405b1e06c7f154.tar.gz
gentoo-be27b3866ec10465cd2e5fa0f6405b1e06c7f154.tar.bz2
gentoo-be27b3866ec10465cd2e5fa0f6405b1e06c7f154.zip
dev-libs/poco: fix missing USE flag dependency
Closes: https://bugs.gentoo.org/911235 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32068 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/poco/poco-1.12.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
index eb055fc6a77a..e56133b863f3 100644
--- a/dev-libs/poco/poco-1.12.4.ebuild
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres prometheus sqlite +ssl test +util +xml +zip"
RESTRICT="!test? ( test )"
REQUIRED_USE="
+ activerecord? ( util )
7z? ( xml )
file2pagecompiler? ( pagecompiler )
iodbc? ( odbc )