diff options
author | 2022-01-04 00:25:54 +0100 | |
---|---|---|
committer | 2022-01-04 00:25:54 +0100 | |
commit | 8ba6ec8d23892cec6bf4076f5a3e0cfc0b4d6c06 (patch) | |
tree | 17051000369e8a7b8869985bb0403cc3483357c9 /dev-db | |
parent | app-text/opensp: remove implicit elibc_* flags (diff) | |
download | gentoo-8ba6ec8d23892cec6bf4076f5a3e0cfc0b4d6c06.tar.gz gentoo-8ba6ec8d23892cec6bf4076f5a3e0cfc0b4d6c06.tar.bz2 gentoo-8ba6ec8d23892cec6bf4076f5a3e0cfc0b4d6c06.zip |
dev-db/postgresql: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-10.19.ebuild | 1 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-11.14.ebuild | 1 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-12.9.ebuild | 1 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-13.5.ebuild | 1 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-14.1.ebuild | 1 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9.6.24.ebuild | 1 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/dev-db/postgresql/postgresql-10.19.ebuild b/dev-db/postgresql/postgresql-10.19.ebuild index bf903999924b..fa7ad05110d3 100644 --- a/dev-db/postgresql/postgresql-10.19.ebuild +++ b/dev-db/postgresql/postgresql-10.19.ebuild @@ -63,7 +63,6 @@ nest_usedep() { echo "${front}${1}${back}" } -IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}" CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} diff --git a/dev-db/postgresql/postgresql-11.14.ebuild b/dev-db/postgresql/postgresql-11.14.ebuild index 2bba5c423a68..31360dd3f775 100644 --- a/dev-db/postgresql/postgresql-11.14.ebuild +++ b/dev-db/postgresql/postgresql-11.14.ebuild @@ -66,7 +66,6 @@ nest_usedep() { echo "${front}${1}${back}" } -IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}" CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} diff --git a/dev-db/postgresql/postgresql-12.9.ebuild b/dev-db/postgresql/postgresql-12.9.ebuild index f8231d997c5d..e4bba3a49ca3 100644 --- a/dev-db/postgresql/postgresql-12.9.ebuild +++ b/dev-db/postgresql/postgresql-12.9.ebuild @@ -66,7 +66,6 @@ nest_usedep() { echo "${front}${1}${back}" } -IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}" CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} diff --git a/dev-db/postgresql/postgresql-13.5.ebuild b/dev-db/postgresql/postgresql-13.5.ebuild index 58f9597a33e2..0a152b84dd38 100644 --- a/dev-db/postgresql/postgresql-13.5.ebuild +++ b/dev-db/postgresql/postgresql-13.5.ebuild @@ -66,7 +66,6 @@ nest_usedep() { echo "${front}${1}${back}" } -IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}" CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} diff --git a/dev-db/postgresql/postgresql-14.1.ebuild b/dev-db/postgresql/postgresql-14.1.ebuild index 9af447cbecb8..4c01def61715 100644 --- a/dev-db/postgresql/postgresql-14.1.ebuild +++ b/dev-db/postgresql/postgresql-14.1.ebuild @@ -67,7 +67,6 @@ nest_usedep() { echo "${front}${1}${back}" } -IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}" CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} diff --git a/dev-db/postgresql/postgresql-9.6.24.ebuild b/dev-db/postgresql/postgresql-9.6.24.ebuild index 9faf65c2c726..7dde31e0f3c2 100644 --- a/dev-db/postgresql/postgresql-9.6.24.ebuild +++ b/dev-db/postgresql/postgresql-9.6.24.ebuild @@ -62,7 +62,6 @@ nest_usedep() { echo "${front}${1}${back}" } -IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}" CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 411328595a6f..c2953764aa7c 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -66,7 +66,6 @@ nest_usedep() { echo "${front}${1}${back}" } -IUSE+=" ${UTIL_LINUX_LIBC[@]} ${BSD_LIBC[@]}" CDEPEND+=" uuid? ( ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )} |