commit:     fd219f83f3747bf59795642cc405f09095130fce
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Wed Jan 21 19:26:43 2026 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Wed Jan 21 22:25:48 2026 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=fd219f83

remove unneeded exports

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>

 src/pkgcore/ebuild/ebd.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/pkgcore/ebuild/ebd.py b/src/pkgcore/ebuild/ebd.py
index 113777ec..9d5c53fe 100644
--- a/src/pkgcore/ebuild/ebd.py
+++ b/src/pkgcore/ebuild/ebd.py
@@ -6,13 +6,10 @@ api, for example per phase methods.
 """
 
 __all__ = (
-    "ebd",
-    "setup_mixin",
     "install_op",
     "uninstall_op",
     "replace_op",
-    "buildable",
-    "binpkg_localize",
+    "built_operations",
 )
 
 import errno

Reply via email to