diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-08-19 17:10:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-08-19 17:10:43 +0000 |
commit | 65fc0b9644b8ef653ba4691493517744a59051e5 (patch) | |
tree | 837e9863d160388d1df19c866a24a4551d42eb50 /sys-fs | |
parent | Use EAPI=4. Avoid echoe dependency by calling doc and test directly using the... (diff) | |
download | gentoo-2-65fc0b9644b8ef653ba4691493517744a59051e5.tar.gz gentoo-2-65fc0b9644b8ef653ba4691493517744a59051e5.tar.bz2 gentoo-2-65fc0b9644b8ef653ba4691493517744a59051e5.zip |
alpha/ia64/sparc stable wrt #422213
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lsscsi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/lsscsi/ChangeLog b/sys-fs/lsscsi/ChangeLog index 5a131922f75a..f8e36d3f55d7 100644 --- a/sys-fs/lsscsi/ChangeLog +++ b/sys-fs/lsscsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lsscsi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.77 2012/07/14 11:52:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.78 2012/08/19 17:10:43 armin76 Exp $ + + 19 Aug 2012; Raúl Porcel <armin76@gentoo.org> lsscsi-0.26.ebuild: + alpha/ia64/sparc stable wrt #422213 14 Jul 2012; Markus Meier <maekke@gentoo.org> lsscsi-0.26.ebuild: arm stable, bug #422213 diff --git a/sys-fs/lsscsi/lsscsi-0.26.ebuild b/sys-fs/lsscsi/lsscsi-0.26.ebuild index 55830e790644..8bd5a63964ad 100644 --- a/sys-fs/lsscsi/lsscsi-0.26.ebuild +++ b/sys-fs/lsscsi/lsscsi-0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.26.ebuild,v 1.7 2012/07/14 11:52:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.26.ebuild,v 1.8 2012/08/19 17:10:43 armin76 Exp $ EAPI=4 @@ -10,5 +10,5 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="" |