diff options
author | Sam James <sam@gentoo.org> | 2021-03-29 14:30:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-29 14:30:19 +0000 |
commit | a6b17a84d289cdf955597d7247c3c55af64966f8 (patch) | |
tree | 98a3b88c78e0de2f9245150bbf4e3b6c9bd84acb /sys-apps | |
parent | net-wireless/iwd: fix one last COMMON_DEPEND usage (diff) | |
download | gentoo-a6b17a84d289cdf955597d7247c3c55af64966f8.tar.gz gentoo-a6b17a84d289cdf955597d7247c3c55af64966f8.tar.bz2 gentoo-a6b17a84d289cdf955597d7247c3c55af64966f8.zip |
sys-apps/sg3_utils: Stabilize 1.45-r1 amd64, #779073
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild index f5f7118c4eff..71a75dc6da58 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="static-libs" DEPEND="sys-devel/libtool" |