diff options
author | Thomas Kahle <tom111@gmx.de> | 2010-12-03 18:05:46 +0100 |
---|---|---|
committer | Thomas Kahle <tom111@gmx.de> | 2010-12-03 18:05:46 +0100 |
commit | 0cbd034ce8bcd8a275c007e1991cf38d1225738f (patch) | |
tree | bc74041774f570de4eaecdd058a28c9a03f00736 | |
parent | live ebuild updated (diff) | |
parent | Proper fix of -d and -u option. (diff) | |
download | tatt-0cbd034ce8bcd8a275c007e1991cf38d1225738f.tar.gz tatt-0cbd034ce8bcd8a275c007e1991cf38d1225738f.tar.bz2 tatt-0cbd034ce8bcd8a275c007e1991cf38d1225738f.zip |
Merge branch 'master' into experimental
-rwxr-xr-x | scripts/tatt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tatt b/scripts/tatt index 0c2b217..ba571ca 100755 --- a/scripts/tatt +++ b/scripts/tatt @@ -175,9 +175,9 @@ except IndexError: exit (1) if options.depend: - writerdepscript(pack) + writeRdeps(pack.packageName(), [pack]) if options.usecombi: - writeusecombiscript(pack) + writeUSE(pack.packageName(), [pack], config["ignoreprefix"]) ## That's all folks ## |