diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 21:15:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 21:15:53 +0000 |
commit | c331dbf5cba1fdd4db1ac5289288b290cd68bf12 (patch) | |
tree | 5d6db185ec9b11b41da202b913a2c628b17abc46 /app-text/ghostview | |
parent | inherit eutils, econf || die (diff) | |
download | historical-c331dbf5cba1fdd4db1ac5289288b290cd68bf12.tar.gz historical-c331dbf5cba1fdd4db1ac5289288b290cd68bf12.tar.bz2 historical-c331dbf5cba1fdd4db1ac5289288b290cd68bf12.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/ghostview')
-rw-r--r-- | app-text/ghostview/ghostview-1.5-r1.ebuild | 3 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild index ec37b6bbb160..2dbb28d58b8c 100644 --- a/app-text/ghostview/ghostview-1.5-r1.ebuild +++ b/app-text/ghostview/ghostview-1.5-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/ghostview/ghostview-1.5-r1.ebuild,v 1.13 2004/07/01 11:58:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.14 2004/07/13 21:15:53 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" +IUSE="" DEPEND="virtual/libc virtual/x11" diff --git a/app-text/ghostview/ghostview-1.5.ebuild b/app-text/ghostview/ghostview-1.5.ebuild index 8263f0ed15a7..e1ddeb2cfb57 100644 --- a/app-text/ghostview/ghostview-1.5.ebuild +++ b/app-text/ghostview/ghostview-1.5.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/ghostview/ghostview-1.5.ebuild,v 1.18 2004/07/01 11:58:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5.ebuild,v 1.19 2004/07/13 21:15:53 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc" +IUSE="" DEPEND="virtual/libc virtual/x11" |