diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-08-23 16:20:04 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-08-23 16:20:04 +0000 |
commit | bce02cbb7c0ddcf4ffdb5a5e1b2d07005256ea37 (patch) | |
tree | b5ea8f2e1bf53d48d2449440561260cc63d5c943 /sys-apps/utempter/utempter-0.5.5.6.ebuild | |
parent | Stable on alpha wrt release snapshot. (diff) | |
download | historical-bce02cbb7c0ddcf4ffdb5a5e1b2d07005256ea37.tar.gz historical-bce02cbb7c0ddcf4ffdb5a5e1b2d07005256ea37.tar.bz2 historical-bce02cbb7c0ddcf4ffdb5a5e1b2d07005256ea37.zip |
Block the virtual and do so at runtime as well.
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'sys-apps/utempter/utempter-0.5.5.6.ebuild')
-rw-r--r-- | sys-apps/utempter/utempter-0.5.5.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/utempter/utempter-0.5.5.6.ebuild b/sys-apps/utempter/utempter-0.5.5.6.ebuild index 36bee3612f95..9bcb56d36ebd 100644 --- a/sys-apps/utempter/utempter-0.5.5.6.ebuild +++ b/sys-apps/utempter/utempter-0.5.5.6.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-apps/utempter/utempter-0.5.5.6.ebuild,v 1.12 2006/07/11 22:56:18 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.13 2006/08/23 16:20:04 carlo Exp $ inherit rpm eutils flag-o-matic @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="!sys-libs/libutempter" -RDEPEND="virtual/libc" +DEPEND="!virtual/utempter" +RDEPEND="virtual/libc + !virtual/utempter" PROVIDE="virtual/utempter" |