summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-05 11:46:34 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-05 11:46:34 +0000
commit6f6f3c50cc24b9a7855954528e111d13601f6de4 (patch)
treee9eb65b4c166ae2230b55b3746bb8958ca057a2d /sys-libs/libutempter
parentReplace dependency on virtual/utempter, bug 361117. (diff)
downloadgentoo-2-6f6f3c50cc24b9a7855954528e111d13601f6de4.tar.gz
gentoo-2-6f6f3c50cc24b9a7855954528e111d13601f6de4.tar.bz2
gentoo-2-6f6f3c50cc24b9a7855954528e111d13601f6de4.zip
Don't PROVIDE virtual/utempter and update blocker, bug 361117.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libutempter')
-rw-r--r--sys-libs/libutempter/ChangeLog7
-rw-r--r--sys-libs/libutempter/libutempter-1.1.5.ebuild9
2 files changed, 8 insertions, 8 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog
index 2bd4b9a2b309..80fcaefafda6 100644
--- a/sys-libs/libutempter/ChangeLog
+++ b/sys-libs/libutempter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libutempter
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.34 2009/09/21 22:39:28 remi Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.35 2011/04/05 11:46:34 ulm Exp $
+
+ 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> libutempter-1.1.5.ebuild:
+ Don't PROVIDE virtual/utempter and update blocker, bug 361117.
21 Sep 2009; Rémi Cardona <remi@gentoo.org> -libutempter-1.1.2.1.ebuild:
drop old ebuilds
diff --git a/sys-libs/libutempter/libutempter-1.1.5.ebuild b/sys-libs/libutempter/libutempter-1.1.5.ebuild
index 0b78306240e9..f4716b7d0ff3 100644
--- a/sys-libs/libutempter/libutempter-1.1.5.ebuild
+++ b/sys-libs/libutempter/libutempter-1.1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.5.ebuild,v 1.11 2007/12/15 12:28:32 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.5.ebuild,v 1.12 2011/04/05 11:46:34 ulm Exp $
inherit eutils flag-o-matic versionator toolchain-funcs
@@ -13,10 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="elibc_FreeBSD"
-DEPEND="!virtual/utempter"
-RDEPEND="!virtual/utempter"
-
-PROVIDE="virtual/utempter"
+RDEPEND="!sys-apps/utempter"
pkg_setup() {
enewgroup utmp 406