Gentoo Archives: gentoo-commits

From: Martin von Gagern <Martin.vGagern@×××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: Documentation/maintainers/
Date: Tue, 30 Aug 2011 20:51:04
Message-Id: cf2939540af9b859bc7198e5b2936d03f006a817.martinvg@gentoo
1 commit: cf2939540af9b859bc7198e5b2936d03f006a817
2 Author: Martin von Gagern <Martin.vGagern <AT> gmx <DOT> net>
3 AuthorDate: Tue Aug 30 20:49:35 2011 +0000
4 Commit: Martin von Gagern <Martin.vGagern <AT> gmx <DOT> net>
5 CommitDate: Tue Aug 30 20:49:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=cf293954
7
8 import_avahi: allow IUSE to span multiple lines.
9
10 ---
11 Documentation/maintainers/import_avahi | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/Documentation/maintainers/import_avahi b/Documentation/maintainers/import_avahi
15 index 5c73ed3..f22b115 100755
16 --- a/Documentation/maintainers/import_avahi
17 +++ b/Documentation/maintainers/import_avahi
18 @@ -12,6 +12,7 @@ cp -r "${PORTDIR:-/usr/portage}/net-dns/avahi" net-dns/
19
20 # Make adjustments to ebuilds
21 sed -i \
22 + -e '/^IUSE="[^"]*$/{N}' \
23 -e 's/^\(IUSE=.*\) qt4/\1 qt3 qt4/' \
24 -e 's/--disable-qt3/$(use_enable qt3)/' \
25 -e 's/^\([ \t]*\)\(qt4? ( x11-libs\/qt-core:4\)/\1qt3? ( x11-libs\/qt-meta:3 )\n\1\2/' \