Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/
Date: Tue, 24 Apr 2018 06:58:15
Message-Id: 1524553082.b78c8c754391dbe7596d95e957a6ca470bbe3c9d.ulm@gentoo
1 commit: b78c8c754391dbe7596d95e957a6ca470bbe3c9d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 06:58:02 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 06:58:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78c8c75
7
8 x11-libs/motif: Depend on x11-base/xorg-proto at build time.
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 x11-libs/motif/motif-2.3.8-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/x11-libs/motif/motif-2.3.8-r1.ebuild b/x11-libs/motif/motif-2.3.8-r1.ebuild
16 index 1677a1ad6ac..2258ff7c47c 100644
17 --- a/x11-libs/motif/motif-2.3.8-r1.ebuild
18 +++ b/x11-libs/motif/motif-2.3.8-r1.ebuild
19 @@ -31,6 +31,7 @@ RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
20 DEPEND="${RDEPEND}
21 sys-devel/flex
22 || ( dev-util/byacc sys-freebsd/freebsd-ubin )
23 + x11-base/xorg-proto
24 x11-misc/xbitmaps"
25
26 src_prepare() {