Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410457 - dev-python/rpy - Double definition of the SLOT variable
Summary: dev-python/rpy - Double definition of the SLOT variable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: http://packages.gentoo.org/package/de...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-01 18:08 UTC by zvasylvv
Modified: 2012-04-02 06:03 UTC (History)
1 user (show)

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 zvasylvv 2012-04-01 18:08:38 UTC
vv@vv-Latitude-E5520 /dev/shm/portage $ grep SLOT /dev/shm/portage/dev-python/rpy/*ld
/dev/shm/portage/dev-python/rpy/rpy-2.1.9.ebuild:SLOT=2
/dev/shm/portage/dev-python/rpy/rpy-2.1.9.ebuild:MY_PN=${PN}${SLOT}
/dev/shm/portage/dev-python/rpy/rpy-2.1.9.ebuild:SLOT="0"
/dev/shm/portage/dev-python/rpy/rpy-2.2.2.ebuild:SLOT=2
/dev/shm/portage/dev-python/rpy/rpy-2.2.2.ebuild:MY_PN=${PN}${SLOT}
/dev/shm/portage/dev-python/rpy/rpy-2.2.2.ebuild:SLOT="0"
/dev/shm/portage/dev-python/rpy/rpy-2.2.4.ebuild:SLOT=2
/dev/shm/portage/dev-python/rpy/rpy-2.2.4.ebuild:MY_PN=${PN}${SLOT}
/dev/shm/portage/dev-python/rpy/rpy-2.2.4.ebuild:SLOT="0"
/dev/shm/portage/dev-python/rpy/rpy-2.2.5.ebuild:SLOT=2
/dev/shm/portage/dev-python/rpy/rpy-2.2.5.ebuild:MY_PN=${PN}${SLOT}
/dev/shm/portage/dev-python/rpy/rpy-2.2.5.ebuild:SLOT="0"
vv@vv-Latitude-E5520 /dev/shm/portage $ 


Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-04-02 06:03:33 UTC
+  02 Apr 2012; Justin Lecher <jlec@gentoo.org> rpy-2.1.9.ebuild,
+  rpy-2.2.2.ebuild, rpy-2.2.4.ebuild, rpy-2.2.5.ebuild:
+  Don't use SLOT outside the ebuild/PMS specific context, #410457
+