diff options
Diffstat (limited to 'app-text/recode/recode-3.6_p15.ebuild')
-rw-r--r-- | app-text/recode/recode-3.6_p15.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/recode/recode-3.6_p15.ebuild b/app-text/recode/recode-3.6_p15.ebuild index f637dd6a3e3c..7bbcb2470da4 100644 --- a/app-text/recode/recode-3.6_p15.ebuild +++ b/app-text/recode/recode-3.6_p15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6_p15.ebuild,v 1.5 2009/03/07 03:24:41 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6_p15.ebuild,v 1.6 2009/03/07 21:09:32 fauli Exp $ inherit autotools eutils libtool toolchain-funcs @@ -15,10 +15,11 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |