diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-25 23:13:29 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-25 23:25:23 +0100 |
commit | bdde8ea749fb9d1481edeef5834e3f79bed40af2 (patch) | |
tree | 1aeed9a849c128e0886198dc79016828b137284b /sys-fs/lsscsi | |
parent | net-misc/axel: 2.17.10 bump (diff) | |
download | gentoo-bdde8ea749fb9d1481edeef5834e3f79bed40af2.tar.gz gentoo-bdde8ea749fb9d1481edeef5834e3f79bed40af2.tar.bz2 gentoo-bdde8ea749fb9d1481edeef5834e3f79bed40af2.zip |
www-client/firefox: fix screen sharing for non-US users
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-fs/lsscsi')
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.32.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-fs/lsscsi/lsscsi-0.32.ebuild b/sys-fs/lsscsi/lsscsi-0.32.ebuild new file mode 100644 index 000000000000..95141f037da6 --- /dev/null +++ b/sys-fs/lsscsi/lsscsi-0.32.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="SCSI sysfs query tool" +HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html" +SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |