diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:19:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:19:21 +0000 |
commit | 88490c5809140d420060b00121d617593e17bf5c (patch) | |
tree | 70255bd7b3a595a660b73120643c851b274da368 /app-text/rcs | |
parent | keywording (Manifest recommit) (diff) | |
download | gentoo-2-88490c5809140d420060b00121d617593e17bf5c.tar.gz gentoo-2-88490c5809140d420060b00121d617593e17bf5c.tar.bz2 gentoo-2-88490c5809140d420060b00121d617593e17bf5c.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/rcs')
-rw-r--r-- | app-text/rcs/rcs-5.7-r1.ebuild | 3 | ||||
-rw-r--r-- | app-text/rcs/rcs-5.7-r2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/rcs/rcs-5.7-r1.ebuild b/app-text/rcs/rcs-5.7-r1.ebuild index 9f716bebf81f..8ada605f5b4b 100644 --- a/app-text/rcs/rcs-5.7-r1.ebuild +++ b/app-text/rcs/rcs-5.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/app-text/rcs/rcs-5.7-r1.ebuild,v 1.15 2004/07/01 12:02:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r1.ebuild,v 1.16 2004/07/13 23:19:21 agriffis Exp $ DESCRIPTION="Revision Control System" SRC_URI="ftp://ftp.gnu.org/gnu/rcs/${P}.tar.gz" @@ -13,6 +13,7 @@ DEPEND="virtual/libc" RDEPEND="sys-apps/diffutils" KEYWORDS="x86 ppc sparc" +IUSE="" src_compile() { ./configure \ diff --git a/app-text/rcs/rcs-5.7-r2.ebuild b/app-text/rcs/rcs-5.7-r2.ebuild index 5fa3ca79e32c..ae47c3edbb0a 100644 --- a/app-text/rcs/rcs-5.7-r2.ebuild +++ b/app-text/rcs/rcs-5.7-r2.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/app-text/rcs/rcs-5.7-r2.ebuild,v 1.17 2004/07/01 12:02:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r2.ebuild,v 1.18 2004/07/13 23:19:21 agriffis Exp $ DESCRIPTION="Revision Control System" HOMEPAGE="http://www.gnu.org/software/rcs/" @@ -9,6 +9,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/rcs/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64" +IUSE="" DEPEND="virtual/libc" RDEPEND="sys-apps/diffutils" |