summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-21 09:03:07 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-21 12:19:54 +0300
commitb1496664a74eb2d7fee9f6616d01d9cc455c0edf (patch)
tree340eb8fdf506aed98be500e6412d07d7932147f6 /dev-ruby/pg
parentdev-ruby/google-protobuf: remove leading whitespace in DEPEND (diff)
downloadgentoo-b1496664a74eb2d7fee9f6616d01d9cc455c0edf.tar.gz
gentoo-b1496664a74eb2d7fee9f6616d01d9cc455c0edf.tar.bz2
gentoo-b1496664a74eb2d7fee9f6616d01d9cc455c0edf.zip
dev-ruby/pg: remove leading whitespace in R/DEPEND
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r--dev-ruby/pg/pg-1.5.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/pg/pg-1.5.7.ebuild b/dev-ruby/pg/pg-1.5.7.ebuild
index 6b02627b3d74..646942dcd4aa 100644
--- a/dev-ruby/pg/pg-1.5.7.ebuild
+++ b/dev-ruby/pg/pg-1.5.7.ebuild
@@ -23,8 +23,8 @@ SLOT="1"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="test"
-RDEPEND=" dev-db/postgresql:*"
-DEPEND=" dev-db/postgresql
+RDEPEND="dev-db/postgresql:*"
+DEPEND="dev-db/postgresql
test? ( >=dev-db/postgresql-9.4[server(+),threads(+)] )"
all_ruby_prepare() {