diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 03:06:31 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 03:06:31 (EDT) |
commit | aa29df300c8d9e519da8c30a11e86d57493d678c (patch) | |
tree | b8f8192aa243476d3117c08e091b95245e4a8643 | |
parent | 42a6a1ff8a2e72524217765a55b2768d4e982d77 (diff) |
libstdc++.6: Rename to libstdc++.6-8
And provide libstdc++.6.
-rw-r--r-- | libstdc++.6-8-dev.pkg/control | 2 | ||||
-rw-r--r-- | libstdc++.6-8.pkg/control (renamed from libstdc++.6.pkg/control) | 1 | ||||
-rw-r--r-- | libstdc++.6-8.pkg/files (renamed from libstdc++.6.pkg/files) | 0 |
3 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++.6-8-dev.pkg/control b/libstdc++.6-8-dev.pkg/control index 2e86c48..b29ad71 100644 --- a/libstdc++.6-8-dev.pkg/control +++ b/libstdc++.6-8-dev.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Depends: gcc-${Base-Version}-common (= ${Binary-Version}), - libstdc++.6 (= ${Binary-Version}), + libstdc++.6-${Base-Version} (= ${Binary-Version}), Provides: libstdc++.6-dev Description: GNU C++ library - development files This package provides the headers and library files necessary to build C++ diff --git a/libstdc++.6.pkg/control b/libstdc++.6-8.pkg/control index fea3d31..172287b 100644 --- a/libstdc++.6.pkg/control +++ b/libstdc++.6-8.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all Depends: gcc-${Base-Version}-common (= ${Binary-Version}), libgcc.1 +Provides: libstdc++.6 Description: GNU C++ library This package provides the GNU Standard C++ Library v3. diff --git a/libstdc++.6.pkg/files b/libstdc++.6-8.pkg/files index bd5f533..bd5f533 100644 --- a/libstdc++.6.pkg/files +++ b/libstdc++.6-8.pkg/files |