diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-07-14 19:04:02 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-07-14 19:07:47 +0200 |
| commit | 6fff56784cb8171cbb75bf7b2a33ef529630ad48 (patch) | |
| tree | 0314b946b9478853e197dd44d763cf182577ff73 /dev-lang/python/python-2.7.18_p16-r2.ebuild | |
| parent | bcd943ff0a2548407b4cf465f9339b075ff2e522 (diff) | |
| download | gentoo-6fff56784cb8171cbb75bf7b2a33ef529630ad48.tar.gz gentoo-6fff56784cb8171cbb75bf7b2a33ef529630ad48.tar.bz2 gentoo-6fff56784cb8171cbb75bf7b2a33ef529630ad48.zip | |
dev-lang/python: Make mime-types dependency unconditional
Remove USE=build and install mime-types unconditionaally. It is unclear
why it was made conditional in the first place, and mime-types is
a trivial data package with no dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-2.7.18_p16-r2.ebuild')
| -rw-r--r-- | dev-lang/python/python-2.7.18_p16-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lang/python/python-2.7.18_p16-r2.ebuild b/dev-lang/python/python-2.7.18_p16-r2.ebuild index c92aee69a0a1..9280e9fc638b 100644 --- a/dev-lang/python/python-2.7.18_p16-r2.ebuild +++ b/dev-lang/python/python-2.7.18_p16-r2.ebuild @@ -29,8 +29,8 @@ LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE=" - berkdb bluetooth build examples gdbm +ncurses +readline - +sqlite +ssl valgrind wininst +xml + berkdb bluetooth examples gdbm +ncurses +readline +sqlite +ssl + valgrind wininst +xml " RESTRICT="test" @@ -41,6 +41,7 @@ RESTRICT="test" RDEPEND=" app-arch/bzip2:= + app-misc/mime-types dev-libs/libffi:= >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= @@ -67,9 +68,6 @@ BDEPEND=" virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-python ) " -RDEPEND+=" - !build? ( app-misc/mime-types ) -" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc |
