diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-18 09:41:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-18 09:41:34 +0200 |
commit | 7eb6c792c0e59e2d20eb58fdfe9f0a87d115b36a (patch) | |
tree | 30ec5e266c07ddded07c9e409c1a6c485c34d7b4 /mail-client | |
parent | sys-auth/keystone: fixing more ~ deps (diff) | |
download | gentoo-7eb6c792c0e59e2d20eb58fdfe9f0a87d115b36a.tar.gz gentoo-7eb6c792c0e59e2d20eb58fdfe9f0a87d115b36a.tar.bz2 gentoo-7eb6c792c0e59e2d20eb58fdfe9f0a87d115b36a.zip |
mail-client/claws-mail: Remove incorrect := operator on poppler
Remove the use of := slot operator against app-text/poppler.
The subslots in poppler indicate SONAME of libpoppler, while much more
stable libpoppler-glib is used here.
No revision bump is desired since the change makes it possible to
avoid unnecessary rebuilds on following poppler upgrades, and it is
going to apply after next poppler-induced rebuild anyway.
Package-Manager: portage-2.2.23
Diffstat (limited to 'mail-client')
5 files changed, 5 insertions, 5 deletions
diff --git a/mail-client/claws-mail/claws-mail-3.10.1.ebuild b/mail-client/claws-mail/claws-mail-3.10.1.ebuild index 43fe1b5917df..40257c5b551d 100644 --- a/mail-client/claws-mail/claws-mail-3.10.1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.10.1.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild b/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild index 98f507728376..46fb1b2c47d5 100644 --- a/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.12.0.ebuild b/mail-client/claws-mail/claws-mail-3.12.0.ebuild index 0abc9165ceb1..037b01983d7b 100644 --- a/mail-client/claws-mail/claws-mail-3.12.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.12.0.ebuild @@ -76,7 +76,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.13.0.ebuild b/mail-client/claws-mail/claws-mail-3.13.0.ebuild index fc78b6df5788..e703ea82260d 100644 --- a/mail-client/claws-mail/claws-mail-3.13.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.13.0.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.9.3.ebuild b/mail-client/claws-mail/claws-mail-3.9.3.ebuild index 2a5d84680d57..6f53b6811a54 100644 --- a/mail-client/claws-mail/claws-mail-3.9.3.ebuild +++ b/mail-client/claws-mail/claws-mail-3.9.3.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) |