summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-06-09 09:04:44 +0200
committerPacho Ramos <pacho@gentoo.org>2022-06-09 09:04:44 +0200
commit9d51e4910533c866deae3e23e2e71feefcd73384 (patch)
treebe466a1763629238a19b1200b0c70843ed8e8118 /sci-chemistry/molsketch/files
parentsci-chemistry/molsketch: Needs to be rebuilt with openbabel subslot changes (diff)
downloadgentoo-9d51e4910533c866deae3e23e2e71feefcd73384.tar.gz
gentoo-9d51e4910533c866deae3e23e2e71feefcd73384.tar.bz2
gentoo-9d51e4910533c866deae3e23e2e71feefcd73384.zip
sci-chemistry/molsketch: drop 0.4.1-r1
Closes: https://bugs.gentoo.org/830529 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry/molsketch/files')
-rw-r--r--sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch b/sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch
deleted file mode 100644
index c32b975778eb..000000000000
--- a/sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libmolsketch/src/molscene.cpp
-+++ b/libmolsketch/src/molscene.cpp
-@@ -842,7 +842,7 @@
- void MolScene::dragEnterEvent(QGraphicsSceneDragDropEvent *event)
- {
- if (!event->mimeData() || !event->mimeData()->hasFormat(mimeType())) return;
-- if (!event->proposedAction() == Qt::CopyAction) return;
-+ if ((!event->proposedAction()) == Qt::CopyAction) return;
- event->accept();
- for (genericAction* action : sceneActions())
- action->setChecked(false);