diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:36:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:36:23 (EDT) |
commit | abeec0d9ce8a1f68f70c781f66f7261a709be04b (patch) | |
tree | c496783810179aaa1e47b01c2700e409ff035cd0 | |
parent | a8432c6b7b32a0e2228ba27fd9deba5bb75834fc (diff) |
Use ${Shlib-Depends}
-rw-r--r-- | cpp-8.pkg/control | 3 | ||||
-rw-r--r-- | g++.pkg.in/control | 5 | ||||
-rw-r--r-- | gcc.pkg.in/control | 5 | ||||
-rw-r--r-- | libgcc.1.pkg/control | 2 | ||||
-rw-r--r-- | libgomp.1.pkg/control | 2 | ||||
-rw-r--r-- | libitm.1.pkg/control | 2 | ||||
-rw-r--r-- | libssp.0.pkg/control | 2 | ||||
-rw-r--r-- | libstdc++.6-8.pkg/control | 2 |
8 files changed, 8 insertions, 15 deletions
diff --git a/cpp-8.pkg/control b/cpp-8.pkg/control index 9896d06..28206ed 100644 --- a/cpp-8.pkg/control +++ b/cpp-8.pkg/control @@ -1,7 +1,6 @@ Architecture: i686-any-any core-any-any k8-any-any amd64-any-any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}), - libmpc.3, libmpfr.4, libgmp.10, libz.1 +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends} Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}) Description: GNU C preprocessor A macro processor that is used automatically by the C compiler to transform diff --git a/g++.pkg.in/control b/g++.pkg.in/control index 068ffec..7730eb4 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -4,10 +4,7 @@ Platform: all Depends: gcc-${Base-Version}-common (= ${Binary-Version}), gcc-${Base-Version}-@PKG_TARGET_ARCH@ (= ${Binary-Version}), libstdc++.6-${Base-Version}-dev (= ${Binary-Version}), - libgmp.10, - libmpc.3, - libmpfr.4, - libz.1, + ${Shlib-Depends}, Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}) Description: GNU C++ compiler for @PKG_TARGET_ARCH@ The C++ language front end for the GNU compiler collection. diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index 481c478..fc88f03 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -8,10 +8,7 @@ Depends: gcc-${Base-Version}-common (= ${Binary-Version}), libgomp.1 (= ${Binary-Version}), libitm.1 (= ${Binary-Version}), libssp.0 (= ${Binary-Version}), - libgmp.10, - libmpc.3, - libmpfr.4, - libz.1 + ${Shlib-Depends}, Recommends: libc.6-dev Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}), Description: GNU C compiler for @PKG_TARGET_ARCH@ diff --git a/libgcc.1.pkg/control b/libgcc.1.pkg/control index bb5ad58..8d0ca4a 100644 --- a/libgcc.1.pkg/control +++ b/libgcc.1.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}) +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, Description: GCC low-level runtime library This package provides libgcc, a low-level runtime library that contains routines for arithmetic operations not performed by the host processor, diff --git a/libgomp.1.pkg/control b/libgomp.1.pkg/control index a3136e9..851847c 100644 --- a/libgomp.1.pkg/control +++ b/libgomp.1.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}) +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, 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. diff --git a/libitm.1.pkg/control b/libitm.1.pkg/control index a74d619..f34b0c8 100644 --- a/libitm.1.pkg/control +++ b/libitm.1.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}), libgcc.1 +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, Description: GNU Tranactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of diff --git a/libssp.0.pkg/control b/libssp.0.pkg/control index 4dcf615..2e21d37 100644 --- a/libssp.0.pkg/control +++ b/libssp.0.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}) +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, Description: GCC stack-smashing protector This package provides the GCC stack-smashing protector extension to protect applications from stack buffer overflow attacks. diff --git a/libstdc++.6-8.pkg/control b/libstdc++.6-8.pkg/control index 172287b..1ee7391 100644 --- a/libstdc++.6-8.pkg/control +++ b/libstdc++.6-8.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}), libgcc.1 +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, Provides: libstdc++.6 Description: GNU C++ library This package provides the GNU Standard C++ Library v3. |