Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-ui/
Date: Sat, 31 Mar 2012 11:55:19
Message-Id: 1333194905.ee23646c9bc11c0cb4bd120306ebd1b6bdebbe30.mgorny@gentoo
1 commit: ee23646c9bc11c0cb4bd120306ebd1b6bdebbe30
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 11:55:05 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 11:55:05 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=ee23646c
7
8 sys-apps/systemd-ui: --with-rootprefix option was removed.
9
10 (Portage version: 2.2.0_alpha96_p5/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sys-apps/systemd-ui/systemd-ui-9999.ebuild | 5 -----
14 1 files changed, 0 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-apps/systemd-ui/systemd-ui-9999.ebuild b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
17 index 9a44c23..fc30ab1 100644
18 --- a/sys-apps/systemd-ui/systemd-ui-9999.ebuild
19 +++ b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
20 @@ -58,11 +58,6 @@ src_prepare() {
21 }
22
23 src_configure() {
24 - local myeconfargs=(
25 - # install everything to /usr
26 - --with-rootprefix=/usr
27 - )
28 -
29 export VALAC="$(type -p valac-${VALASLOT})"
30 autotools-utils_src_configure
31 }