diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:03 +0000 |
commit | b1552111dc5057bf35c3532d29d04bf57dd6c54b (patch) | |
tree | 5f27cb8755177f9a869b06607e8cec2c787f333d /app-i18n/xcin | |
parent | Remove rdepend=depend (diff) | |
download | historical-b1552111dc5057bf35c3532d29d04bf57dd6c54b.tar.gz historical-b1552111dc5057bf35c3532d29d04bf57dd6c54b.tar.bz2 historical-b1552111dc5057bf35c3532d29d04bf57dd6c54b.zip |
Remove rdepend=depend
Diffstat (limited to 'app-i18n/xcin')
-rw-r--r-- | app-i18n/xcin/xcin-2.5.2.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-i18n/xcin/xcin-2.5.2.3.ebuild b/app-i18n/xcin/xcin-2.5.2.3.ebuild index 3caa0a3af699..b5abd90acc86 100644 --- a/app-i18n/xcin/xcin-2.5.2.3.ebuild +++ b/app-i18n/xcin/xcin-2.5.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.2.3.ebuild,v 1.3 2002/10/19 22:15:41 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.2.3.ebuild,v 1.4 2002/10/20 18:40:03 vapier Exp $ IUSE="nls" @@ -11,7 +11,6 @@ LICENSE="XCIN" SLOT="0" KEYWORDS="x86 ppc" DEPEND="nls? ( sys-devel/gettext )" -RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |