diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-23 17:11:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-23 17:11:53 +0000 |
commit | fe9a6f69e09750d56b2239e52da4f62c850ed313 (patch) | |
tree | 92e353f9445d0d70a2d17ee4444862705ab562ae /sys-apps/sg3_utils | |
parent | Version bump (with udev hwdb support as a new feature) (diff) | |
download | gentoo-2-fe9a6f69e09750d56b2239e52da4f62c850ed313.tar.gz gentoo-2-fe9a6f69e09750d56b2239e52da4f62c850ed313.tar.bz2 gentoo-2-fe9a6f69e09750d56b2239e52da4f62c850ed313.zip |
Stable for arm, wrt bug #477568
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/sg3_utils/ChangeLog b/sys-apps/sg3_utils/ChangeLog index 2ba0bfd40c4b..640a31879551 100644 --- a/sys-apps/sg3_utils/ChangeLog +++ b/sys-apps/sg3_utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/sg3_utils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.100 2013/07/22 21:12:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.101 2013/07/23 17:11:53 ago Exp $ + + 23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.36.ebuild: + Stable for arm, wrt bug #477568 22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.36.ebuild: Stable for ppc64, wrt bug #477568 diff --git a/sys-apps/sg3_utils/sg3_utils-1.36.ebuild b/sys-apps/sg3_utils/sg3_utils-1.36.ebuild index 32a435b4f1bd..50f3eb2aea6e 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.36.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.36.ebuild,v 1.5 2013/07/22 21:12:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.36.ebuild,v 1.6 2013/07/23 17:11:53 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86" IUSE="static-libs" DEPEND="sys-devel/libtool" |