aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-29 21:26:20 -0700
committerZac Medico <zmedico@gentoo.org>2011-06-29 21:26:20 -0700
commitb697387ccca333e7a4122b81a01b9c14332c3637 (patch)
treeeb7eb0937a26eba67a1495e7f58166f3587c6c2c /bin
parentebuild(1): pass Package instance to setcpv (diff)
downloadportage-b697387ccca333e7a4122b81a01b9c14332c3637.tar.gz
portage-b697387ccca333e7a4122b81a01b9c14332c3637.tar.bz2
portage-b697387ccca333e7a4122b81a01b9c14332c3637.zip
ebuild(1): pass "installed" arg to Package
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 68e52e3ed..3884b3be3 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -269,6 +269,7 @@ root_config = RootConfig(portage.settings,
portage.db[portage.settings["ROOT"]], None)
pkg = Package(built=(pkg_type != "ebuild"), cpv=cpv,
+ installed=(pkg_type=="installed"),
metadata=metadata, root_config=root_config,
type_name=pkg_type)