Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247378 - x11-base/xorg-x11-7.4 - DEPEND overriden in the ebuild
Summary: x11-base/xorg-x11-7.4 - DEPEND overriden in the ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 15:04 UTC by Fab
Modified: 2009-08-21 06:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fab 2008-11-18 15:04:36 UTC
Hi,

I didn't installed it, but when I read the xorg-x11-7.4 ebuild, I noticed something that seems inconsistent : 

---

$ grep '^DEPEND' /var/gentrees/portage/x11-base/xorg-x11/xorg-x11-7.4.ebuild
DEPEND="${DEPEND}
DEPEND="${RDEPEND}"

---

The first definition of DEPEND is overriden by the second definition. Am i wrong ?

Reproducible: Always

Steps to Reproduce:
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-21 06:51:14 UTC
scarab@Ugly-Elf: /sklad/gentoo/gentoo-x86/media-libs/mesa $ cat mesa-7.4.4.ebuild  |grep DEPEND
RDEPEND="!<=x11-base/xorg-x11-6.9
DEPEND="${RDEPEND}
PDEPEND=">=media-libs/glew-1.5.1"
scarab@Ugly-Elf: /sklad/gentoo/gentoo-x86/media-libs/mesa $ cat mesa-7.3-r1.ebuild  |grep DEPEND
RDEPEND="app-admin/eselect-opengl
DEPEND="${RDEPEND}
scarab@Ugly-Elf: /sklad/gentoo/gentoo-x86/media-libs/mesa $ cat mesa-7.2.ebuild  |grep DEPEND
RDEPEND=">=app-admin/eselect-opengl-1.0.6-r1
DEPEND="${RDEPEND}
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-21 06:51:27 UTC
Seems fixed, thus closing.