diff options
author | Martin von Gagern <Martin.vGagern@gmx.net> | 2010-02-21 19:02:55 +0100 |
---|---|---|
committer | Martin von Gagern <Martin.vGagern@gmx.net> | 2010-02-21 19:02:55 +0100 |
commit | 5ba737169016a164646bbfe1da53cbf7f34d137f (patch) | |
tree | f9db70d4f4985580c6464ab320c9a9e4f7dfb0b7 /Documentation | |
parent | added app-arch/p7zip-4.65-r1 -9.04 (beta) (diff) | |
download | kde-sunset-5ba737169016a164646bbfe1da53cbf7f34d137f.tar.gz kde-sunset-5ba737169016a164646bbfe1da53cbf7f34d137f.tar.bz2 kde-sunset-5ba737169016a164646bbfe1da53cbf7f34d137f.zip |
[app-text/poppler] inherit qt3
This is in intended to avoid sandbox issues, as described in:
http://forums.gentoo.org/viewtopic-p-6169626.html#6169626
http://archives.gentoo.org/gentoo-desktop/msg_dc2f67b208d8c3ee194ca0b6e1bf353d.xml
Fix was suggested by ssuominen.
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/maintainers/import_poppler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/maintainers/import_poppler b/Documentation/maintainers/import_poppler index 11febbb4..736d91e5 100755 --- a/Documentation/maintainers/import_poppler +++ b/Documentation/maintainers/import_poppler @@ -12,6 +12,7 @@ sed -i \ -e 's/^\(IUSE=.*\) qt4/\1 qt3 qt4/' \ -e 's/-DWITH_Qt3=OFF/$(cmake-utils_use_with qt3)/' \ -e 's/^\([ \t]*\)\(qt4? ( x11-libs\/qt-core:4\)/\1qt3? ( >=x11-libs\/qt-3.3:3 )\n\1\2/' \ + -e 's/^\(inherit.*\)/\1 qt3/' \ app-text/poppler/*.ebuild # Drop all unmodified ebuilds, e.g. for older versions without qt4 USE flag |