diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-08-23 15:52:02 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-08-23 15:52:02 +0000 |
commit | 6f24fcb99bc5b4125a6f328a9f988f39088c0ab2 (patch) | |
tree | 750f24dcb3fdf367897699c518ca18ad74323f45 /sys-libs/libutempter | |
parent | Revbump to 2.6.17.10, fixes CVE 2006-3745 and CVE-2006-4145 (diff) | |
download | gentoo-2-6f24fcb99bc5b4125a6f328a9f988f39088c0ab2.tar.gz gentoo-2-6f24fcb99bc5b4125a6f328a9f988f39088c0ab2.tar.bz2 gentoo-2-6f24fcb99bc5b4125a6f328a9f988f39088c0ab2.zip |
Do not block the virtual, but the other packages providing it - and do so at runtime as well.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'sys-libs/libutempter')
-rw-r--r-- | sys-libs/libutempter/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.2.1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.4.1.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog index ec64c64a2a11..2613927f785b 100644 --- a/sys-libs/libutempter/ChangeLog +++ b/sys-libs/libutempter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libutempter # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.11 2006/06/07 13:13:23 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.12 2006/08/23 15:52:02 carlo Exp $ + + 23 Aug 2006; Carsten Lohrke <carlo@gentoo.org> libutempter-1.1.2.1.ebuild, + libutempter-1.1.4.1.ebuild: + Do not block the virtual, but the other packages providing it - and do so at + runtime as well. 07 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> libutempter-1.1.4.1.ebuild: diff --git a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild b/sys-libs/libutempter/libutempter-1.1.2.1.ebuild index eddc9868b83a..70ebe10bd88b 100644 --- a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.13 2006/06/07 13:15:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.14 2006/08/23 15:52:02 carlo Exp $ inherit rpm eutils flag-o-matic versionator toolchain-funcs @@ -17,8 +17,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="" -DEPEND="!virtual/utempter" +DEPEND="!sys-apps/utempter" + PROVIDE="virtual/utempter" PATCHDIR="${WORKDIR}/gentoo/patches" diff --git a/sys-libs/libutempter/libutempter-1.1.4.1.ebuild b/sys-libs/libutempter/libutempter-1.1.4.1.ebuild index 2d1ecf1eae32..6ff553ad7a01 100644 --- a/sys-libs/libutempter/libutempter-1.1.4.1.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.4.1.ebuild,v 1.4 2006/06/07 13:15:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.4.1.ebuild,v 1.5 2006/08/23 15:52:02 carlo Exp $ inherit rpm eutils flag-o-matic versionator toolchain-funcs @@ -16,8 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="" -DEPEND="!virtual/utempter" +DEPEND="!sys-apps/utempter" + PROVIDE="virtual/utempter" PATCHDIR="${WORKDIR}/gentoo/patches" |