diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-01-26 20:03:24 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-01-26 20:03:24 +0000 |
commit | 4aed3363a4f649de05f53966191cac8257bfd686 (patch) | |
tree | 8071c6ce1038d5781ef4f103d97742d87ebd75eb | |
parent | 2025-01-26 19:48:25 UTC (diff) | |
parent | sys-auth/otpcalc: Stabilize 0.98.1 x86, #948868 (diff) | |
download | gentoo-4aed3363a4f649de05f53966191cac8257bfd686.tar.gz gentoo-4aed3363a4f649de05f53966191cac8257bfd686.tar.bz2 gentoo-4aed3363a4f649de05f53966191cac8257bfd686.zip |
Merge updates from master
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.98.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/otpcalc/otpcalc-0.98.1.ebuild b/sys-auth/otpcalc/otpcalc-0.98.1.ebuild index 8613bba2b505..345e2c8ba9cf 100644 --- a/sys-auth/otpcalc/otpcalc-0.98.1.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.98.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ppc ~sparc x86" RDEPEND="dev-libs/openssl:0= x11-libs/gtk+:3" |