diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-04 09:07:47 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-04 17:24:25 +0200 |
commit | f1b58744615412f11e37d4a284e40f7eca03d986 (patch) | |
tree | 9d8f5a2ae48b72ba86c1fa9103b11879168a47a2 /profiles/default/linux | |
parent | dev-util/pkgconfig: Remove last-rited package (diff) | |
download | gentoo-f1b58744615412f11e37d4a284e40f7eca03d986.tar.gz gentoo-f1b58744615412f11e37d4a284e40f7eca03d986.tar.bz2 gentoo-f1b58744615412f11e37d4a284e40f7eca03d986.zip |
profiles: Remove all dev-util/pkgconfig references
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'profiles/default/linux')
-rw-r--r-- | profiles/default/linux/musl/mips/package.mask | 3 | ||||
-rw-r--r-- | profiles/default/linux/uclibc/package.use | 6 | ||||
-rw-r--r-- | profiles/default/linux/uclibc/packages.build | 3 |
3 files changed, 2 insertions, 10 deletions
diff --git a/profiles/default/linux/musl/mips/package.mask b/profiles/default/linux/musl/mips/package.mask index 8b52dc4d8d35..038026c2c214 100644 --- a/profiles/default/linux/musl/mips/package.mask +++ b/profiles/default/linux/musl/mips/package.mask @@ -1,5 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2021 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -dev-util/pkgconfig >sys-apps/kbd-1.15.5-r99 diff --git a/profiles/default/linux/uclibc/package.use b/profiles/default/linux/uclibc/package.use deleted file mode 100644 index b60480214984..000000000000 --- a/profiles/default/linux/uclibc/package.use +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Anthony G. Basile <blueness@gentoo.org> (2014-08-17) -# Avoid pulling in glib -dev-util/pkgconfig internal-glib diff --git a/profiles/default/linux/uclibc/packages.build b/profiles/default/linux/uclibc/packages.build index 38c8653ce6ec..bcc0d2106efd 100644 --- a/profiles/default/linux/uclibc/packages.build +++ b/profiles/default/linux/uclibc/packages.build @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2021 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file lists extra packages needed to build for # a stage 1 based on this profile. -dev-util/pkgconfig dev-libs/libiconv dev-libs/libintl |