diff options
author | Matt Housh <jaeger@crux.ninja> | 2017-11-01 10:11:22 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2017-11-01 10:11:22 -0500 |
commit | 3226f05944068a2cec2148815883b1e9ee0290cd (patch) | |
tree | abf3a9c5ac3cc5be1ed41976917541795648aabc /parted | |
parent | 6913c5bd41bb40e4011dba2a872f160003f74335 (diff) | |
download | opt-3226f05944068a2cec2148815883b1e9ee0290cd.tar.gz opt-3226f05944068a2cec2148815883b1e9ee0290cd.tar.xz |
parted: removed redundant deps (FS#1506)
Diffstat (limited to 'parted')
-rw-r--r-- | parted/.signature | 4 | ||||
-rw-r--r-- | parted/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/parted/.signature b/parted/.signature index e1abb59c3..04587f347 100644 --- a/parted/.signature +++ b/parted/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aaruFtzQnwhlkkKR9gG7T9zeap1OHUHGXB4aM7JnHr7Dffm/WKVClAnxAnkZ0ooTraUNRo31NrvEztDJvOwowc= -SHA256 (Pkgfile) = 70f859cc736a35e2c77ea675d4bb02a563043cc6c7c2eab0b81a3d31e83516e3 +RWSE3ohX2g5d/UtHlXK9W2A49k3ZiDZpI+3XUze29NFaqdnk6DzCGvUdiIVwwwZX8MnwjDya2R6aITtFVd9IQAFDKZFVPfxTJwY= +SHA256 (Pkgfile) = 3e8e69eeda9eef7a15e8a4129935b917058742abe276549ccfacf86bdb3b5d53 SHA256 (.footprint) = d6127f18688d02a310db891e432edbb918b6a7a71bfd435ac3c6a37ed8785a73 SHA256 (parted-3.2.tar.xz) = 858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4 diff --git a/parted/Pkgfile b/parted/Pkgfile index 060a90c11..0b87d381f 100644 --- a/parted/Pkgfile +++ b/parted/Pkgfile @@ -1,7 +1,7 @@ # Description: A library and frontend to manipulate partition tables # URL: http://www.gnu.org/software/parted/ # Maintainer: Matt Housh, jaeger at crux dot ninja -# Depends on: libdevmapper readline eudev util-linux +# Depends on: libdevmapper readline name=parted version=3.2 |