mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/ply: Add subslot for table version
Since ply is used to generate tables in other packages and those tables are bound to a specific ply version, add an explicit subslot to enable other package rebuilds on ply upgrade.
This commit is contained in:
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.dabeaz.com/ply/ https://pypi.python.org/pypi/ply"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="examples"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.dabeaz.com/ply/ https://pypi.python.org/pypi/ply"
|
||||
SRC_URI="http://www.dabeaz.com/ply/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="examples"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.dabeaz.com/ply/ https://pypi.python.org/pypi/ply"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="examples"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user