mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-18 06:38:11 -07:00
dev-python/python-dateutil: Patch fix, remove fbsd
Update patch so tests pass again. Remove *-fbsd keywords again. Bug: https://bugs.gentoo.org/679792 Closes: https://bugs.gentoo.org/695810 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
python_prepare_all() {
|
||||
local PATCHES=(
|
||||
"${FILESDIR}"/0001-zoneinfo-Get-timezone-data-from-system-tzdata.patch
|
||||
"${FILESDIR}"/0001-zoneinfo-Get-timezone-data-from-system-tzdata-r1.patch
|
||||
)
|
||||
|
||||
# don't install zoneinfo tarball
|
||||
|
||||
Reference in New Issue
Block a user