Сравнение pass-1.7.3-r2 с pass-1.7.4-r2
| /usr/portage/app-admin/pass/pass-1.7.4-r2.ebuild 2025-07-29 16:22:12.512447805 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| ... | ... | |
| 12 | 12 | |
| 13 | 13 |
LICENSE="GPL-2+" |
| 14 | 14 |
SLOT="0" |
| 15 |
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" |
|
| 16 |
IUSE="+git X emacs dmenu importers" |
|
| 15 |
KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~arm64-macos ~x64-macos" |
|
| 16 |
IUSE="+git wayland X emacs dmenu importers" |
|
| 17 | 17 | |
| 18 | 18 |
RDEPEND=" |
| 19 | 19 |
app-crypt/gnupg |
| 20 | 20 |
media-gfx/qrencode[png(+)] |
| 21 | 21 |
>=app-text/tree-1.7.0 |
| 22 | 22 |
git? ( dev-vcs/git ) |
| 23 |
wayland? ( gui-apps/wl-clipboard ) |
|
| 23 | 24 |
X? ( x11-misc/xclip ) |
| 24 | 25 |
elibc_Darwin? ( app-misc/getopt ) |
| 25 | 26 |
dmenu? ( x11-misc/dmenu x11-misc/xdotool ) |
| ... | ... | |
| 31 | 32 | |
| 32 | 33 |
use elibc_Darwin || return |
| 33 | 34 | |
| 34 |
# use coreutils |
|
| 35 |
# use coreutils' |
|
| 35 | 36 |
sed -i -e 's/openssl base64/base64/g' src/platform/darwin.sh || die |
| 36 | 37 |
# host getopt isn't cool, and we aren't brew (rip out brew reference) |
| 37 | 38 |
sed -i -e '/^GETOPT=/s/=.*$/=getopt-long/' src/platform/darwin.sh || die |