diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-12-18 16:29:28 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-12-18 16:29:28 +0200 |
commit | c09d7e09ef1eab83ba332d7e5abde5975a32c06b (patch) | |
tree | ac85af42f405db952eec0fa55d2753702d3cd5ae /dev-db | |
parent | dev-db/influxdb: add 2.7.3 & fix build with >=rust-1.72.0 (diff) | |
download | gentoo-c09d7e09ef1eab83ba332d7e5abde5975a32c06b.tar.gz gentoo-c09d7e09ef1eab83ba332d7e5abde5975a32c06b.tar.bz2 gentoo-c09d7e09ef1eab83ba332d7e5abde5975a32c06b.zip |
dev-db/influxdb: remove redundant COMMON_DEPEND from 2.7.3
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/influxdb/influxdb-2.7.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-db/influxdb/influxdb-2.7.3.ebuild b/dev-db/influxdb/influxdb-2.7.3.ebuild index 4b1eea447967..2e5fcf256982 100644 --- a/dev-db/influxdb/influxdb-2.7.3.ebuild +++ b/dev-db/influxdb/influxdb-2.7.3.ebuild @@ -209,13 +209,11 @@ RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" -COMMON_DEPEND=" +DEPEND=" acct-group/influxdb acct-user/influxdb " - -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" +RDEPEND="${DEPEND}" src_unpack() { cargo_src_unpack |