diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 09:35:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 09:35:07 +0100 |
commit | 4858d0218aeea499d9f2f6dd6b9daa4293c80138 (patch) | |
tree | ee17ddee660c34237df4d91e88d84a972b4f914a /sys-auth/otpcalc | |
parent | dev-util/cscope: Stabilize 15.9 amd64, #838910 (diff) | |
download | gentoo-4858d0218aeea499d9f2f6dd6b9daa4293c80138.tar.gz gentoo-4858d0218aeea499d9f2f6dd6b9daa4293c80138.tar.bz2 gentoo-4858d0218aeea499d9f2f6dd6b9daa4293c80138.zip |
sys-auth/otpcalc: Stabilize 0.98 x86, #838913
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/otpcalc')
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.98.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/otpcalc/otpcalc-0.98.ebuild b/sys-auth/otpcalc/otpcalc-0.98.ebuild index 369465cae232..d12e6ae32de8 100644 --- a/sys-auth/otpcalc/otpcalc-0.98.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.98.ebuild @@ -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" |