diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-21 14:58:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-21 14:58:15 +0000 |
commit | 7e6f1e07a75de06824442431b88965eae6038630 (patch) | |
tree | 3064757ff62b1539bb6b4f1330744fdd61e77168 /sys-fs | |
parent | Stable for HPPA (bug #420167). (diff) | |
download | gentoo-2-7e6f1e07a75de06824442431b88965eae6038630.tar.gz gentoo-2-7e6f1e07a75de06824442431b88965eae6038630.tar.bz2 gentoo-2-7e6f1e07a75de06824442431b88965eae6038630.zip |
Stable for HPPA (bug #422213).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
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 1cbea35d4860..bdd1e5fc7c45 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.73 2012/06/20 08:20:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.74 2012/06/21 14:58:15 jer Exp $ + + 21 Jun 2012; Jeroen Roovers <jer@gentoo.org> lsscsi-0.26.ebuild: + Stable for HPPA (bug #422213). 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> lsscsi-0.26.ebuild: marked x86 per bug 422213 diff --git a/sys-fs/lsscsi/lsscsi-0.26.ebuild b/sys-fs/lsscsi/lsscsi-0.26.ebuild index c6fbd51ff362..826c77b0e037 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.3 2012/06/20 08:20:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.26.ebuild,v 1.4 2012/06/21 14:58:15 jer 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="" |