diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-05-13 22:47:55 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-05-13 22:48:09 -0400 |
commit | a48a5062afbf5813dd911b385463b8725c144fb8 (patch) | |
tree | e5055871215664a2babf3f18b649cf7e78dc9619 /sys-apps/systemd | |
parent | dev-python/QtPy: Drop 1.2.1 (diff) | |
download | gentoo-a48a5062afbf5813dd911b385463b8725c144fb8.tar.gz gentoo-a48a5062afbf5813dd911b385463b8725c144fb8.tar.bz2 gentoo-a48a5062afbf5813dd911b385463b8725c144fb8.zip |
sys-apps/systemd: add slot-operator to libidn deps
Package-Manager: Portage-2.3.36, Repoman-2.3.9_p193
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-238-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/systemd/systemd-238-r6.ebuild b/sys-apps/systemd/systemd-238-r6.ebuild index fdb75ee3a4f3..24dd7d1339d9 100644 --- a/sys-apps/systemd/systemd-238-r6.ebuild +++ b/sys-apps/systemd/systemd-238-r6.ebuild @@ -43,8 +43,8 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( - libidn2? ( net-dns/libidn2 ) - !libidn2? ( net-dns/libidn ) + libidn2? ( net-dns/libidn2:= ) + !libidn2? ( net-dns/libidn:= ) ) importd? ( app-arch/bzip2:0= diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index dd80472a4804..999d766f966c 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -42,8 +42,8 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( - libidn2? ( net-dns/libidn2 ) - !libidn2? ( net-dns/libidn ) + libidn2? ( net-dns/libidn2:= ) + !libidn2? ( net-dns/libidn:= ) ) importd? ( app-arch/bzip2:0= |