diff options
-rwxr-xr-x | scripts/sync-xfce-overlay.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/sync-xfce-overlay.sh b/scripts/sync-xfce-overlay.sh index b05b15c..64c8431 100755 --- a/scripts/sync-xfce-overlay.sh +++ b/scripts/sync-xfce-overlay.sh @@ -33,12 +33,8 @@ for i in ${pkgs}; do # remove any stabl keywords ekeyword ~all ${dst} >/dev/null - # XXX remove this when xfconf-live merged into xfconf # remove SRC_URI sed -i -e "/^SRC_URI/d" ${dst} - # fix eclass usage - sed -i -e "/^inherit/s/xfconf/xfconf-live/" ${dst} - sed -i -r "s/xfconf(_(src|pkg))/xfconf-live\1/" ${dst} let changes="$changes + 1" fi |