diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-10 22:14:51 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-11 19:14:18 +0200 |
commit | c219d66fa69a39fc920f005c39bcd558150fb1f6 (patch) | |
tree | 57b763274485faf8e2cf8b39f944bbfbba367b12 /eclass/gnome2-utils.eclass | |
parent | gnome2-utils: Don't provide icon cache functions with EAPI-7 (diff) | |
download | gentoo-c219d66fa69a39fc920f005c39bcd558150fb1f6.tar.gz gentoo-c219d66fa69a39fc920f005c39bcd558150fb1f6.tar.bz2 gentoo-c219d66fa69a39fc920f005c39bcd558150fb1f6.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/gnome2-utils.eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 8ba576aab8c7..0b9c89f9103c 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: |