summaryrefslogtreecommitdiffstats
path: root/libgomp.1.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 01:25:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 01:25:44 (EDT)
commit194c8a98e0c935088da1a92b41db6dd3bb3d4df8 (patch)
tree99fe163b6edcf7f633d7d78f63c9f2aafea37f19 /libgomp.1.pkg
parent5800c309f7ce65c11d6a2687c6a0394d622032cc (diff)
Use Base-Version in package control fields
Diffstat (limited to 'libgomp.1.pkg')
-rw-r--r--libgomp.1.pkg/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp.1.pkg/control b/libgomp.1.pkg/control
index 92b96e9..a3136e9 100644
--- a/libgomp.1.pkg/control
+++ b/libgomp.1.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version})
+Depends: gcc-${Base-Version}-common (= ${Binary-Version})
Description: GNU OpenMP library
This package provides the GNU implementation of the OpenMP API for
multi-platform shared-memory parallel programming in C, C++, and Fortran.