1 |
commit: 666baeaec44ee25a6ab2f355f3556a41587f5440 |
2 |
Author: André Erdmann <dywi <AT> mailerd <DOT> de> |
3 |
AuthorDate: Thu Aug 29 12:32:58 2013 +0000 |
4 |
Commit: André Erdmann <dywi <AT> mailerd <DOT> de> |
5 |
CommitDate: Thu Aug 29 12:32:58 2013 +0000 |
6 |
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=666baeae |
7 |
|
8 |
distroot, set_distfile_owner(): print "method stub" |
9 |
|
10 |
--- |
11 |
roverlay/overlay/pkgdir/distroot/distroot.py | 3 +-- |
12 |
1 file changed, 1 insertion(+), 2 deletions(-) |
13 |
|
14 |
diff --git a/roverlay/overlay/pkgdir/distroot/distroot.py b/roverlay/overlay/pkgdir/distroot/distroot.py |
15 |
index 86a4d76..34f61d9 100644 |
16 |
--- a/roverlay/overlay/pkgdir/distroot/distroot.py |
17 |
+++ b/roverlay/overlay/pkgdir/distroot/distroot.py |
18 |
@@ -466,9 +466,8 @@ class PersistentDistroot ( DistrootBase ): |
19 |
return True |
20 |
# --- end of _set_distfile_owner_nop (...) --- |
21 |
|
22 |
- @roverlay.util.objects.not_implemented |
23 |
def _set_distfile_owner_distmap ( self, backref, distfile ): |
24 |
- pass |
25 |
+ print ( "_set_distfile_owner_distmap(): method stub" ) |
26 |
# --- end of _set_distfile_owner_distmap (...) --- |
27 |
|
28 |
def _add ( self, src, dest ): |