Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Thu, 30 Jun 2011 04:27:36
Message-Id: b697387ccca333e7a4122b81a01b9c14332c3637.zmedico@gentoo
1 commit: b697387ccca333e7a4122b81a01b9c14332c3637
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 04:26:20 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 04:26:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b697387c
7
8 ebuild(1): pass "installed" arg to Package
9
10 ---
11 bin/ebuild | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/bin/ebuild b/bin/ebuild
15 index 68e52e3..3884b3b 100755
16 --- a/bin/ebuild
17 +++ b/bin/ebuild
18 @@ -269,6 +269,7 @@ root_config = RootConfig(portage.settings,
19 portage.db[portage.settings["ROOT"]], None)
20
21 pkg = Package(built=(pkg_type != "ebuild"), cpv=cpv,
22 + installed=(pkg_type=="installed"),
23 metadata=metadata, root_config=root_config,
24 type_name=pkg_type)