diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-01-27 22:05:32 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-01-27 22:05:32 +0000 |
commit | 68161f7735dcb1868fd3bf5569bee90ab9a96cb8 (patch) | |
tree | 768b965e809670578c34dced755f4cf7f80ab653 /sys-fs | |
parent | add sys-fs/dmraid[static] to systemd package.use.mask since it cant be built ... (diff) | |
download | gentoo-2-68161f7735dcb1868fd3bf5569bee90ab9a96cb8.tar.gz gentoo-2-68161f7735dcb1868fd3bf5569bee90ab9a96cb8.tar.bz2 gentoo-2-68161f7735dcb1868fd3bf5569bee90ab9a96cb8.zip |
fix dependency for static build
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dmraid/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/dmraid/ChangeLog b/sys-fs/dmraid/ChangeLog index 13f5757cc065..017a191ca7a6 100644 --- a/sys-fs/dmraid/ChangeLog +++ b/sys-fs/dmraid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/dmraid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/ChangeLog,v 1.39 2014/01/18 09:14:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/ChangeLog,v 1.40 2014/01/27 22:05:32 axs Exp $ + + 27 Jan 2014; Ian Stakenvicius <axs@gentoo.org> dmraid-1.0.0_rc16-r3.ebuild: + fix dependency for static build 18 Jan 2014; Pacho Ramos <pacho@gentoo.org> dmraid-1.0.0_rc16-r3.ebuild: ia64 stable, bug #487672 (thanks to Emeric Maschino for testing) diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild index afbf91152673..5f7e7bf60359 100644 --- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild +++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild,v 1.15 2014/01/18 09:14:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild,v 1.16 2014/01/27 22:05:32 axs Exp $ EAPI=5 @@ -22,7 +22,8 @@ RDEPEND=">=sys-fs/lvm2-2.02.45 klibc? ( dev-libs/klibc ) dietlibc? ( dev-libs/dietlibc )" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig + static? ( sys-fs/lvm2[static-libs] )" S=${WORKDIR}/${PN}/${MY_PV}/${PN} |