diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-05-07 10:33:04 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-05-07 10:33:04 +0000 |
commit | 5a493ce3dc92231f37f08b654faefdfa6970e899 (patch) | |
tree | 08a9c6e929406db5b35f5385272d7131a0c0efdc /app-text/gv | |
parent | mark x86 (diff) | |
download | historical-5a493ce3dc92231f37f08b654faefdfa6970e899.tar.gz historical-5a493ce3dc92231f37f08b654faefdfa6970e899.tar.bz2 historical-5a493ce3dc92231f37f08b654faefdfa6970e899.zip |
add IUSE=""; mark x86
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gv/gv-3.5.8-r2.ebuild | 3 | ||||
-rw-r--r-- | app-text/gv/gv-3.5.8-r3.ebuild | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog index 5ccea53af896..a03994e5f2c9 100644 --- a/app-text/gv/ChangeLog +++ b/app-text/gv/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for app-text/gv # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.14 2004/04/27 20:42:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.15 2004/05/07 10:33:04 lanius Exp $ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> gv-3.5.8-r3.ebuild: Add inherit eutils + 07 May 2004; Heinrich Wendel <lanius@gentoo.org> gv-3.5.8-r2.ebuild, + gv-3.5.8-r3.ebuild: + add IUSE=""; mark x86 + *gv-3.5.8-r3 (08 Apr 2004) 08 Apr 2004; Heinrich Wendel <lanius@gentoo.org> gv-3.5.8-r2.ebuild, diff --git a/app-text/gv/gv-3.5.8-r2.ebuild b/app-text/gv/gv-3.5.8-r2.ebuild index 7f19db8f2880..f63e75c1d72d 100644 --- a/app-text/gv/gv-3.5.8-r2.ebuild +++ b/app-text/gv/gv-3.5.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r2.ebuild,v 1.13 2004/04/08 17:27:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r2.ebuild,v 1.14 2004/05/07 10:33:04 lanius Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc alpha sparc amd64" +IUSE="" # There's probably more, but ghostscript also depends on it, # so I can't identify it diff --git a/app-text/gv/gv-3.5.8-r3.ebuild b/app-text/gv/gv-3.5.8-r3.ebuild index 29f891d91fd4..514999b31768 100644 --- a/app-text/gv/gv-3.5.8-r3.ebuild +++ b/app-text/gv/gv-3.5.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r3.ebuild,v 1.2 2004/04/27 20:42:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r3.ebuild,v 1.3 2004/05/07 10:33:04 lanius Exp $ inherit eutils @@ -10,7 +10,8 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" +KEYWORDS="x86 ~ppc ~alpha ~sparc ~amd64" +IUSE="" # There's probably more, but ghostscript also depends on it, # so I can't identify it |