diff options
author | Martin von Gagern <Martin.vGagern@gmx.net> | 2010-06-11 10:49:54 +0200 |
---|---|---|
committer | Martin von Gagern <Martin.vGagern@gmx.net> | 2010-06-11 10:49:54 +0200 |
commit | b4d6cf4759b41a4616d9efb6db1db1a127446894 (patch) | |
tree | 798393268977ec0f603fb1121429fdb878753d1b /Documentation | |
parent | media-plugins/kipi-plugins use src_prepare instead of src_unpack for patches (diff) | |
download | kde-sunset-b4d6cf4759b41a4616d9efb6db1db1a127446894.tar.gz kde-sunset-b4d6cf4759b41a4616d9efb6db1db1a127446894.tar.bz2 kde-sunset-b4d6cf4759b41a4616d9efb6db1db1a127446894.zip |
[app-text/poppler] Update from main portage tree
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/maintainers/import_poppler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/import_poppler b/Documentation/maintainers/import_poppler index 736d91e5..87d045b1 100755 --- a/Documentation/maintainers/import_poppler +++ b/Documentation/maintainers/import_poppler @@ -11,7 +11,7 @@ cp -r "${PORTDIR:-/usr/portage}/app-text/poppler" app-text/ 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/^\([ \t]*\)\(qt4? (\)/\1qt3? ( >=x11-libs\/qt-3.3:3 )\n\1\2/' \ -e 's/^\(inherit.*\)/\1 qt3/' \ app-text/poppler/*.ebuild |