diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 02:28:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 02:28:12 +0000 |
commit | f1136f9a2ebe0c09610338b88e44197375040887 (patch) | |
tree | 12507a0422fb44584e3a6e3cdaf706bc82410290 /sys-apps/texinfo | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-f1136f9a2ebe0c09610338b88e44197375040887.tar.gz gentoo-2-f1136f9a2ebe0c09610338b88e44197375040887.tar.bz2 gentoo-2-f1136f9a2ebe0c09610338b88e44197375040887.zip |
move to amd64/arm/hppa/s390/x86 stable for groff
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.7-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/texinfo/texinfo-4.7-r1.ebuild b/sys-apps/texinfo/texinfo-4.7-r1.ebuild index 0cc312b56e45..6eab0abaf4d7 100644 --- a/sys-apps/texinfo/texinfo-4.7-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.7-r1.ebuild,v 1.3 2004/08/24 03:45:16 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.7-r1.ebuild,v 1.4 2004/10/29 02:28:12 vapier Exp $ inherit flag-o-matic gnuconfig eutils @@ -10,16 +10,16 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips alpha ~arm ~hppa ~amd64 ia64 ~s390" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 ~sparc x86" IUSE="nls build static" -DEPEND="virtual/libc - !build? ( >=sys-libs/ncurses-5.2-r2 - >=sys-apps/sed-4.0.5 - nls? ( sys-devel/gettext ) )" - RDEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 )" +DEPEND="${RDEPEND} + !build? ( + >=sys-apps/sed-4.0.5 + nls? ( sys-devel/gettext ) + )" src_unpack() { unpack ${A} |