diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-03 11:29:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-03 11:29:59 +0000 |
commit | 50792fcd48111c98d7ce2db6371397d0749bb1b9 (patch) | |
tree | fe633bce26e2430d6ab6e15d77c0b40080627f52 /profiles/default | |
parent | Compilation passes with libav and it plays movies. Moving from media-video/ff... (diff) | |
download | gentoo-2-50792fcd48111c98d7ce2db6371397d0749bb1b9.tar.gz gentoo-2-50792fcd48111c98d7ce2db6371397d0749bb1b9.tar.bz2 gentoo-2-50792fcd48111c98d7ce2db6371397d0749bb1b9.zip |
Remove old-style virtual/gzip, bug 358829.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/packages.build | 6 | ||||
-rw-r--r-- | profiles/default/linux/packages.build | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index 7d2c0c93aa69..bafc8dd51764 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.43 2011/03/31 08:31:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.44 2011/04/03 11:29:58 ulm Exp $ + + 03 Apr 2011; Ulrich Mueller <ulm@gentoo.org> fbsd/packages.build: + Remove old-style virtual/gzip, bug 358829. 31 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> fbsd/package.use.mask: Drop obsolete pgsql masks on threads useflag diff --git a/profiles/default/bsd/fbsd/packages.build b/profiles/default/bsd/fbsd/packages.build index ef569bb79bce..31a9ee581c29 100644 --- a/profiles/default/bsd/fbsd/packages.build +++ b/profiles/default/bsd/fbsd/packages.build @@ -1,6 +1,6 @@ -# Copyright 2004-2009 Gentoo Foundation. +# Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.2 2009/07/21 13:07:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.3 2011/04/03 11:29:58 ulm Exp $ # This file describes the packages needed to build a stage 1 based on this # profile. Packages in this file are built in order. @@ -9,6 +9,7 @@ # symlinks on systems that use them. app-arch/bzip2 +app-arch/gzip dev-libs/openssl app-arch/libarchive app-shells/bash @@ -37,7 +38,6 @@ dev-lang/perl dev-lang/python app-editors/nano virtual/editor -virtual/gzip virtual/libc virtual/os-headers sys-freebsd/freebsd-lib diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 48dd72aedfbb..dd0c67ba5830 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -1,6 +1,6 @@ -# Copyright 2008 Gentoo Foundation. +# Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.2 2008/04/06 15:40:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.3 2011/04/03 11:29:58 ulm Exp $ # This file describes the packages needed to build a stage1 based on this # profile. Packages in this file are built in order. @@ -9,6 +9,7 @@ # releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT! app-arch/bzip2 +app-arch/gzip app-arch/tar app-shells/bash net-misc/rsync @@ -36,7 +37,6 @@ sys-devel/gnuconfig sys-devel/make sys-devel/patch virtual/editor -virtual/gzip virtual/libc virtual/os-headers virtual/portage |