diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-01-15 10:18:51 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-01-15 10:18:51 +0000 |
commit | 18eb770b8094f6b21797a522b3bba9ca120bdb38 (patch) | |
tree | 3d1a56b83ca19f6375cc734f3e0702c8d99aef83 /sys-apps/sg3_utils | |
parent | fix #205807 (diff) | |
download | historical-18eb770b8094f6b21797a522b3bba9ca120bdb38.tar.gz historical-18eb770b8094f6b21797a522b3bba9ca120bdb38.tar.bz2 historical-18eb770b8094f6b21797a522b3bba9ca120bdb38.zip |
stable x86, bug 205925
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.25.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/sg3_utils/ChangeLog b/sys-apps/sg3_utils/ChangeLog index 7727f7e049fd..69dc9382fae2 100644 --- a/sys-apps/sg3_utils/ChangeLog +++ b/sys-apps/sg3_utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/sg3_utils -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.35 2007/11/20 21:24:24 corsair Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.36 2008/01/15 10:16:33 opfer Exp $ + + 15 Jan 2008; Christian Faulhammer <opfer@gentoo.org> + sg3_utils-1.25.ebuild: + stable x86, bug 205925 20 Nov 2007; Markus Rothe <corsair@gentoo.org> sg3_utils-1.25.ebuild: Added ~ppc64; bug #199372 diff --git a/sys-apps/sg3_utils/sg3_utils-1.25.ebuild b/sys-apps/sg3_utils/sg3_utils-1.25.ebuild index adebf3742d34..8bca52f242e7 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.25.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.25.ebuild,v 1.3 2007/11/20 21:24:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.25.ebuild,v 1.4 2008/01/15 10:16:33 opfer Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.torque.net/sg/p/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="sys-devel/libtool" RDEPEND="sys-apps/sdparm" |