summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-04 13:53:17 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-04 13:53:17 +0000
commit46c43482fb2ea51f2c8d67b0fd19d9d2f1b158d0 (patch)
tree1c271b063827ba995304cb6703fd56502b02e609 /sys-apps/sg3_utils
parentStable for amd64 wrt bug #495348 (diff)
downloadgentoo-2-46c43482fb2ea51f2c8d67b0fd19d9d2f1b158d0.tar.gz
gentoo-2-46c43482fb2ea51f2c8d67b0fd19d9d2f1b158d0.tar.bz2
gentoo-2-46c43482fb2ea51f2c8d67b0fd19d9d2f1b158d0.zip
Drop sdparm dep as the one script that used it was moved out a while ago #496822 by Fernando V..
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r--sys-apps/sg3_utils/ChangeLog8
-rw-r--r--sys-apps/sg3_utils/sg3_utils-1.37.ebuild11
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/sg3_utils/ChangeLog b/sys-apps/sg3_utils/ChangeLog
index d188bf22d1da..ae9204f21eca 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.108 2013/12/31 08:44:54 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.109 2014/01/04 13:53:17 vapier Exp $
+
+ 04 Jan 2014; Mike Frysinger <vapier@gentoo.org> sg3_utils-1.37.ebuild:
+ Drop sdparm dep as the one script that used it was moved out a while ago
+ #496822 by Fernando V..
31 Dec 2013; Markus Meier <maekke@gentoo.org> sg3_utils-1.37.ebuild:
arm stable, bug #495932
diff --git a/sys-apps/sg3_utils/sg3_utils-1.37.ebuild b/sys-apps/sg3_utils/sg3_utils-1.37.ebuild
index 2070630d2f8d..7627714a1d4b 100644
--- a/sys-apps/sg3_utils/sg3_utils-1.37.ebuild
+++ b/sys-apps/sg3_utils/sg3_utils-1.37.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.37.ebuild,v 1.3 2013/12/31 08:44:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.4 2014/01/04 13:53:17 vapier Exp $
EAPI="4"
@@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="static-libs"
DEPEND="sys-devel/libtool"
-RDEPEND="sys-apps/sdparm"
+RDEPEND=""
PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
src_prepare() {
@@ -24,8 +24,7 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable static-libs static)
+ econf $(use_enable static-libs static)
}
src_install() {
@@ -37,7 +36,7 @@ src_install() {
# Better fix for bug 231089; some packages look for sgutils2
local path lib
path="/usr/$(get_libdir)"
- for lib in "${D}"/usr/$(get_libdir)/libsgutils2.*; do
+ for lib in "${ED}"/usr/$(get_libdir)/libsgutils2.*; do
lib=${lib##*/}
dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
done