commit: c219d66fa69a39fc920f005c39bcd558150fb1f6 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Feb 10 20:14:51 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Mon Feb 11 17:14:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c219d66f
gnome2-utils: Remove sed DEPEND, it's guaranteed by PMS sed is always guaranteed to be there by PMS and @system, don't depend on it for the regular sedding purposes at build time. Avoids having to worry about DEPEND vs BDEPEND. Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> eclass/gnome2-utils.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 8ba576aab8c..0b9c89f9103 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -76,8 +76,6 @@ esac # @DESCRIPTION: # List of gdk-pixbuf loaders provided by the package -DEPEND=">=sys-apps/sed-4" - # @FUNCTION: gnome2_environment_reset # @DESCRIPTION:
