diff options
author | 2023-03-04 07:48:08 +0200 | |
---|---|---|
committer | 2023-03-04 07:48:19 +0200 | |
commit | 7e0499ce02e346a58405ee5f1f0def4a87033f7c (patch) | |
tree | 6dd2ccd8f5f866308a348477d935e957cdf7e307 /sys-apps/sg3_utils | |
parent | media-sound/gsm: Stabilize 1.0.22_p1 ppc64, #899264 (diff) | |
download | gentoo-7e0499ce02e346a58405ee5f1f0def4a87033f7c.tar.gz gentoo-7e0499ce02e346a58405ee5f1f0def4a87033f7c.tar.bz2 gentoo-7e0499ce02e346a58405ee5f1f0def4a87033f7c.zip |
sys-apps/sg3_utils: Stabilize 1.47-r1 arm64, #899326
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild index b88d096ba1a7..acbcc4cb7b6c 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="static-libs" DEPEND="sys-devel/libtool" |