diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 13:35:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 13:35:00 +0000 |
commit | 287395ef3835222510e87ec72fc9f452c4e35f35 (patch) | |
tree | d529683654eecd9dfb02a4ec705c2d43ff5017b9 /sys-apps | |
parent | Stable for amd64, wrt bug #323647 (diff) | |
download | gentoo-2-287395ef3835222510e87ec72fc9f452c4e35f35.tar.gz gentoo-2-287395ef3835222510e87ec72fc9f452c4e35f35.tar.bz2 gentoo-2-287395ef3835222510e87ec72fc9f452c4e35f35.zip |
Stable for amd64, wrt bug #405067
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sg3_utils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/sg3_utils/ChangeLog b/sys-apps/sg3_utils/ChangeLog index 416633febb28..d913af38e2d9 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.75 2012/03/16 19:10:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.76 2012/03/20 13:35:00 ago Exp $ + + 20 Mar 2012; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.33.ebuild: + Stable for amd64, wrt bug #405067 16 Mar 2012; Brent Baude <ranger@gentoo.org> sg3_utils-1.33.ebuild: Marking sg3_utils-1.33 ppc for bug 405067 diff --git a/sys-apps/sg3_utils/sg3_utils-1.33.ebuild b/sys-apps/sg3_utils/sg3_utils-1.33.ebuild index 631978bb0d45..db0078ae4069 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.33.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.33.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-apps/sg3_utils/sg3_utils-1.33.ebuild,v 1.3 2012/03/16 19:10:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.33.ebuild,v 1.4 2012/03/20 13:35:00 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 ppc ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86" IUSE="static-libs" DEPEND="sys-devel/libtool" |