diff options
Diffstat (limited to 'kpackage/gentooInterface.cpp')
-rw-r--r-- | kpackage/gentooInterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/gentooInterface.cpp b/kpackage/gentooInterface.cpp index 65338f4..964f21c 100644 --- a/kpackage/gentooInterface.cpp +++ b/kpackage/gentooInterface.cpp @@ -39,7 +39,7 @@ Should we care about the world-file? - Read masked packages from /usr/portage/profiles/package.tqmask + Read masked packages from /usr/portage/profiles/package.mask Use flags and CFLAGS? @@ -69,7 +69,7 @@ Gentoo::Gentoo() archesPossible << "~x86" << "x86"; portageDir="/usr/portage/"; - TQFile f(portageDir+"profiles/package.tqmask"); + TQFile f(portageDir+"profiles/package.mask"); if (f.open(IO_ReadOnly)) { TQTextStream stream( &f ); |