components/Makefile
changeset 5198 01f1f0bd6548
parent 5089 8d5767cc3ddc
child 5571 bd6c9b9b753f
--- a/components/Makefile	Tue Dec 15 00:08:40 2015 -0800
+++ b/components/Makefile	Tue Dec 15 06:50:19 2015 -0800
@@ -169,6 +169,15 @@
 
 publish:
 	$(PKGREPO) refresh -s $(PKG_REPO)
+# The package below is obsolete in S12, but cannot yet be removed from S11
+# because runtime/python-26 has an optional dependency on it.
+ifeq ($(BUILD_TYPE),evaluation)
+ifeq ($(OS_VERSION),5.11)
+	-$(PKGREPO) remove -s $(PKG_REPO) \
+	    library/python/tkinter-26
+	$(PKGREPO) refresh -s $(PKG_REPO)
+endif
+endif
 # evaluation packages don't need to be incorporated
 ifneq ($(BUILD_TYPE), evaluation)
 	$(MAKE) incorporation