diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-09-21 13:41:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-09-21 13:41:08 +0000 |
commit | b19c2e28b0c510c0fc36aae3e9c6d0aec8950e9c (patch) | |
tree | 95abbffc793b03d904ae32218ca8a02a1876087c /sys-libs/libutempter | |
parent | Oops, forgot to re-keyword... (diff) | |
download | gentoo-2-b19c2e28b0c510c0fc36aae3e9c6d0aec8950e9c.tar.gz gentoo-2-b19c2e28b0c510c0fc36aae3e9c6d0aec8950e9c.tar.bz2 gentoo-2-b19c2e28b0c510c0fc36aae3e9c6d0aec8950e9c.zip |
explicitly set RDEPEND, see bug #142755. This one thanks to Straaken2 in #gentoo-portage
(Portage version: 2.1.2_pre1)
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 | 3 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.4.1.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog index db63008f2ae4..8c627cea5eb3 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.13 2006/08/23 16:17:40 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.14 2006/09/21 13:41:08 seemant Exp $ + + 21 Sep 2006; Seemant Kulleen <seemant@gentoo.org> + libutempter-1.1.2.1.ebuild, libutempter-1.1.4.1.ebuild: + explicitly set RDEPEND, see bug #142755. This one thanks to Straaken2 in + #gentoo-portage 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 e0afd458bd8e..39a891aa6ec4 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.15 2006/08/23 16:17:40 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.16 2006/09/21 13:41:08 seemant Exp $ inherit rpm eutils flag-o-matic versionator toolchain-funcs @@ -18,6 +18,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f IUSE="" DEPEND="!virtual/utempter" +RDEPEND="!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 362b5e4dffac..ca7ad17f6019 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.6 2006/08/23 16:17:40 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.4.1.ebuild,v 1.7 2006/09/21 13:41:08 seemant Exp $ inherit rpm eutils flag-o-matic versionator toolchain-funcs @@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="" DEPEND="!virtual/utempter" +RDEPEND="!virtual/utempter" PROVIDE="virtual/utempter" |