diff options
author | 2010-10-16 19:49:04 +0100 | |
---|---|---|
committer | 2010-10-16 19:49:04 +0100 | |
commit | 7881968648d0a82af3e2fc3bd10ee5a6af5897e7 (patch) | |
tree | e132dfd348ad451ce3a6fae0ca2d4c30c1dd9933 | |
parent | d7ba9eff9a43e61686418169ea70e424915da3cc (diff) | |
download | paludis-7881968648d0a82af3e2fc3bd10ee5a6af5897e7.tar.gz paludis-7881968648d0a82af3e2fc3bd10ee5a6af5897e7.tar.xz |
Copy blocker annotations on copy
Fixes: ticket:986
Really this time.
-rw-r--r-- | paludis/dep_spec.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/dep_spec.cc b/paludis/dep_spec.cc index 6a5f71632..84a2fb731 100644 --- a/paludis/dep_spec.cc +++ b/paludis/dep_spec.cc @@ -266,6 +266,7 @@ BlockDepSpec::BlockDepSpec(const BlockDepSpec & other) : _spec(other._spec), _kind(other._kind) { + set_annotations_key(other.annotations_key()); } std::ostream & |