diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-01-04 19:35:14 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-01-04 19:35:14 +0000 |
commit | b8cd96b7f022fc785b2cf5e54ebce9023533fb29 (patch) | |
tree | 6276f3220467b71624daa4651fec1c20cd314f60 /sys-apps/pmount | |
parent | No need to specify configure options that are the default. (diff) | |
download | gentoo-2-b8cd96b7f022fc785b2cf5e54ebce9023533fb29.tar.gz gentoo-2-b8cd96b7f022fc785b2cf5e54ebce9023533fb29.tar.bz2 gentoo-2-b8cd96b7f022fc785b2cf5e54ebce9023533fb29.zip |
Change sysfsutils dep to 1.3.0
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.6.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index dfa086a50b27..d0899bbb62ba 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pmount -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.14 2005/12/25 15:26:53 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.15 2006/01/04 19:35:14 cardoe Exp $ + + 04 Jan 2006; Doug Goldstein <cardoe@gentoo.org> pmount-0.9.6.ebuild: + Change sysfsutils dep to 1.3.0 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pmount-0.9.6.ebuild: Use bindnow-flags function instead of -Wl,-z,now. diff --git a/sys-apps/pmount/pmount-0.9.6.ebuild b/sys-apps/pmount/pmount-0.9.6.ebuild index c543c0bf1959..795184f59d89 100644 --- a/sys-apps/pmount/pmount-0.9.6.ebuild +++ b/sys-apps/pmount/pmount-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.6.ebuild,v 1.5 2006/01/04 01:56:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.6.ebuild,v 1.6 2006/01/04 19:35:14 cardoe Exp $ inherit eutils flag-o-matic @@ -15,7 +15,7 @@ IUSE="crypt" DEPEND=">=sys-apps/dbus-0.33 >=sys-apps/hal-0.5.1 - >=sys-fs/sysfsutils-1.0 + >=sys-fs/sysfsutils-1.3.0 crypt? ( sys-fs/cryptsetup-luks )" DOCS="AUTHORS CHANGES" |