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/libutempter-1.1.2.1.ebuild | |
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/libutempter-1.1.2.1.ebuild')
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |