diff options
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.hh')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index 9c6d9dba7..e55a1fa88 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007, 2008, 2009 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2008, 2009, 2010 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -27,9 +27,9 @@ namespace paludis { namespace n { - struct builddir; - struct environment; - struct root; + typedef Name<struct builddir_name> builddir; + typedef Name<struct environment_name> environment; + typedef Name<struct root_name> root; } namespace erepository |