diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-08-23 16:17:40 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-08-23 16:17:40 +0000 |
commit | 160f8d3296daef7b0d815112f7169902b6650270 (patch) | |
tree | 9c9201cc9b5430932a98d5a450616901386facc1 /sys-libs | |
parent | Stable on alpha and mips since it was used for the release on both and has be... (diff) | |
download | gentoo-2-160f8d3296daef7b0d815112f7169902b6650270.tar.gz gentoo-2-160f8d3296daef7b0d815112f7169902b6650270.tar.bz2 gentoo-2-160f8d3296daef7b0d815112f7169902b6650270.zip |
Blocking the virtual is apparently right...
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libutempter/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.2.1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.4.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog index 2613927f785b..db63008f2ae4 100644 --- a/sys-libs/libutempter/ChangeLog +++ b/sys-libs/libutempter/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2006/08/23 15:52:02 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.13 2006/08/23 16:17:40 carlo Exp $ + + 23 Aug 2006; Carsten Lohrke <carlo@gentoo.org> libutempter-1.1.2.1.ebuild, + libutempter-1.1.4.1.ebuild: + Blocking the virtual is apparently right... 23 Aug 2006; Carsten Lohrke <carlo@gentoo.org> libutempter-1.1.2.1.ebuild, 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 70ebe10bd88b..e0afd458bd8e 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.14 2006/08/23 15:52:02 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.15 2006/08/23 16:17:40 carlo Exp $ inherit rpm eutils flag-o-matic versionator toolchain-funcs @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" -DEPEND="!sys-apps/utempter" +DEPEND="!virtual/utempter" PROVIDE="virtual/utempter" diff --git a/sys-libs/libutempter/libutempter-1.1.4.1.ebuild b/sys-libs/libutempter/libutempter-1.1.4.1.ebuild index 6ff553ad7a01..362b5e4dffac 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.5 2006/08/23 15:52:02 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.4.1.ebuild,v 1.6 2006/08/23 16:17:40 carlo Exp $ inherit rpm eutils flag-o-matic versionator toolchain-funcs @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="!sys-apps/utempter" +DEPEND="!virtual/utempter" PROVIDE="virtual/utempter" |