From: W. Trevor King Date: Wed, 27 Jul 2011 15:29:21 +0000 (-0400) Subject: Add serial (pypid and pymodbus) and modbus (pypid) USE flags. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=47e64f8c6704c1234dd948f1694c6ceda082623f;p=wtk-overlay.git Add serial (pypid and pymodbus) and modbus (pypid) USE flags. --- diff --git a/Manifest b/Manifest index cd7aeb4..9ff0b8e 100644 --- a/Manifest +++ b/Manifest @@ -1,3 +1,3 @@ -EBUILD pypid-9999.ebuild 1000 RMD160 a009c9d7478e039f782907dbfe66722ea6aa79dc SHA1 f8919c1cd82b0aa9ddeaab8f32f51e99d032f4c1 SHA256 c187e8aede465a266eb7e6feff0022177fca2f1b1a45243c996975baecc0ead4 +EBUILD pypid-9999.ebuild 999 RMD160 ca89be18107c150d24b655625b8715b5c0e617ea SHA1 d5559dae51b16edba9a2aa374f912a48b8cb654c SHA256 4b645cfc9bb63c80ced339ff5b03658cc2db745d56beefeda37a5881e8d74a48 MISC ChangeLog 689 RMD160 3a386b334c2731092c1c0a8ee23655488d77746b SHA1 ed6e65e04750c748ef8b7ae59ec1536b2892910c SHA256 84cafc4ba4e8321f2ad27579c31938b5314a73156011fa792dd8ce59d2f38758 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/pypid-9999.ebuild b/pypid-9999.ebuild index 86d9376..252d518 100644 --- a/pypid-9999.ebuild +++ b/pypid-9999.ebuild @@ -23,13 +23,13 @@ HOMEPAGE="http://http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/ LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" -IUSE="serial twisted" +IUSE="modbus serial" RDEPEND="dev-python/numpy >=media-libs/aubio-0.3.2-r1 sci-libs/scipy - twisted? ( - dev-python/twisted[serial?] + modbus? ( + dev-python/pymodbus[serial?] )" DEPEND="${RDEPEND}"