Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 11 Feb 2019 17:19:02
Message-Id: 1549905258.c219d66fa69a39fc920f005c39bcd558150fb1f6.leio@gentoo
1 commit: c219d66fa69a39fc920f005c39bcd558150fb1f6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 20:14:51 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 17:14:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c219d66f
7
8 gnome2-utils: Remove sed DEPEND, it's guaranteed by PMS
9
10 sed is always guaranteed to be there by PMS and @system, don't
11 depend on it for the regular sedding purposes at build time.
12 Avoids having to worry about DEPEND vs BDEPEND.
13
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 eclass/gnome2-utils.eclass | 2 --
17 1 file changed, 2 deletions(-)
18
19 diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
20 index 8ba576aab8c..0b9c89f9103 100644
21 --- a/eclass/gnome2-utils.eclass
22 +++ b/eclass/gnome2-utils.eclass
23 @@ -76,8 +76,6 @@ esac
24 # @DESCRIPTION:
25 # List of gdk-pixbuf loaders provided by the package
26
27 -DEPEND=">=sys-apps/sed-4"
28 -
29
30 # @FUNCTION: gnome2_environment_reset
31 # @DESCRIPTION: