summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-01-02 09:41:35 -0800
committerEric Sandall2010-01-02 10:10:23 -0800
commit4c90eb912c4832b6d7c0b745b4838d3d4747b7e3 (patch)
tree1ad2f6c0db516057dd95219e4cee2a64c1642218
parent45e1c2798a93cb6ee1ae6f84a22d50aafd4f547e (diff)
gnome-python-desktop: Repair files for SUB_DEPENDS are not needed
(cherry picked from commit 9c9569fb5ac8aead5957158a52c80d466d8dff03)
-rw-r--r--gnome2-libs/gnome-python-desktop/HISTORY1
-rwxr-xr-xgnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS5
2 files changed, 0 insertions, 6 deletions
diff --git a/gnome2-libs/gnome-python-desktop/HISTORY b/gnome2-libs/gnome-python-desktop/HISTORY
index 978fe6149b..18ab534295 100644
--- a/gnome2-libs/gnome-python-desktop/HISTORY
+++ b/gnome2-libs/gnome-python-desktop/HISTORY
@@ -1,6 +1,5 @@
2010-01-02 Eric Sandall <sandalle@sourcemage.org>
* REPAIR^none^PRE_SUB_DEPENDS: Updated for Bug #15515
- * REPAIR^none^SUB_DEPENDS: Added for Bug #15515
2009-12-17 Eric Sandall <sandalle@sourcemage.org>
* SUB_DEPENDS, PRE_SUB_DEPENDS: Allow forcing librsvg2 (Bug #15515)
diff --git a/gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS b/gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS
deleted file mode 100755
index 12ad4f0b96..0000000000
--- a/gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
-GTKHTML2) echo "gtkhtml2 bindings requested, forcing them."; depends gtkhtml2;;
-LIBRSVG2) echo "librsvg2 support requested, forcing it."; depends librsvg2 '--enable-rsvg';;
- *) echo "unknown sub-depends!"; return 1;;
-esac