From 194c8a98e0c935088da1a92b41db6dd3bb3d4df8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 14 May 2019 01:25:44 -0400 Subject: Use Base-Version in package control fields --- (limited to 'gcc.pkg.in') diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index c668143..481c478 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -1,8 +1,8 @@ Architecture: @PKG_TARGET_ARCH@ # Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@ Platform: all -Depends: gcc-4.7-common (= ${Binary-Version}), - cpp-4.7 (= ${Binary-Version}), +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), + cpp-${Base-Version} (= ${Binary-Version}), binutils-@PKG_TARGET_ARCH@, libgcc.1 (= ${Binary-Version}), libgomp.1 (= ${Binary-Version}), @@ -13,6 +13,6 @@ Depends: gcc-4.7-common (= ${Binary-Version}), libmpfr.4, libz.1 Recommends: libc.6-dev -Suggests: gcc-4.7-locales (>= ${Binary-Version}), +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. -- cgit v0.9.1