diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-05-09 18:49:22 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-05-09 18:49:22 +0000 |
commit | e2df897572fa737a96c580f0ea6a93bfea1989cf (patch) | |
tree | aa1cc3fb0d835501bfac8e0dd12533df9ae1a18d /sys-apps/pmount | |
parent | sys-apps/pmount (diff) | |
download | historical-e2df897572fa737a96c580f0ea6a93bfea1989cf.tar.gz historical-e2df897572fa737a96c580f0ea6a93bfea1989cf.tar.bz2 historical-e2df897572fa737a96c580f0ea6a93bfea1989cf.zip |
fixed depends
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pmount/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.8.9.31.ebuild | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index 8a8543906d84..0e144390c0c6 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.1 2005/05/09 18:31:28 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.2 2005/05/09 18:49:22 cardoe Exp $ + + 09 May 2005; <cardoe@gentoo.org> pmount-0.8.9.31.ebuild: + someone forgot to fix the depends in this ebuild... not this guy *pmount-0.8.9.31 (09 May 2005) diff --git a/sys-apps/pmount/Manifest b/sys-apps/pmount/Manifest index 00b4394bdf51..50f0a1517a1f 100644 --- a/sys-apps/pmount/Manifest +++ b/sys-apps/pmount/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 9eb63d5240fa2b58ef71ca63457b0b56 pmount-0.8.9.31.ebuild 1213 +MD5 74e3e5346b2c7790ff3c6bc26b40306e ChangeLog 480 MD5 5c46b636a959ef8547844b54a17aa16c metadata.xml 415 -MD5 24a44f090e493fd148da7a63ed710f9c ChangeLog 353 +MD5 6f4aa89e14520d1cce2a15976464e895 pmount-0.8.9.31.ebuild 1257 MD5 f2cbb69e1b640e949cbe2c4b4863b82b files/digest-pmount-0.8.9.31 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCf6yeBtvusYtCZMsRAnFMAJ9rMzMVeBhFEDSGE4gc/+Ch4tj/HACffazT -XOqFULEvHo2vVLONrNMxO94= -=4PbA +iD8DBQFCf7DKBtvusYtCZMsRAqBmAJ9E9Ud3oM8DQ2cEKg+wPuPMmJPOTACeLaED +71KOfmDcTqvuaQ45CU9XwQA= +=W+I4 -----END PGP SIGNATURE----- diff --git a/sys-apps/pmount/pmount-0.8.9.31.ebuild b/sys-apps/pmount/pmount-0.8.9.31.ebuild index 44f4305680db..f79056c2abc3 100644 --- a/sys-apps/pmount/pmount-0.8.9.31.ebuild +++ b/sys-apps/pmount/pmount-0.8.9.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.8.9.31.ebuild,v 1.1 2005/05/09 18:31:28 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.8.9.31.ebuild,v 1.2 2005/05/09 18:49:22 cardoe Exp $ inherit eutils @@ -18,6 +18,8 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} + >=sys-apps/dbus-0.33 + >=sys-apps/hal-0.5.1 >=sys-fs/sysfsutils-1.0" DOCS="AUTHORS GPL CHANGES README" |