diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-27 20:48:59 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-27 20:48:59 +0000 |
commit | 8be8aa2336f09c1653a75e967e5f7621c53ca848 (patch) | |
tree | 0fbf4f84b0043ac39935dbdef5fcab624a07a172 | |
parent | handle cases where requested gid is already taken #41657 (diff) | |
download | gentoo-2-8be8aa2336f09c1653a75e967e5f7621c53ca848.tar.gz gentoo-2-8be8aa2336f09c1653a75e967e5f7621c53ca848.tar.bz2 gentoo-2-8be8aa2336f09c1653a75e967e5f7621c53ca848.zip |
added gtk to IUSE (bug #43098)
-rw-r--r-- | app-text/ghostscript-afpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild | 4 | ||||
-rw-r--r-- | app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog index 4a40b267064f..09eab90b7bee 100644 --- a/app-text/ghostscript-afpl/ChangeLog +++ b/app-text/ghostscript-afpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-afpl # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.8 2004/02/24 11:01:18 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.9 2004/02/27 20:48:59 lanius Exp $ + + 27 Feb 2004; Heinrich Wendel <lanius@gentoo.org> + ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild: + added gtk to IUSE (bug #43098) 24 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ghostscript-afpl-8.14.ebuild: diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild index c9658060a918..ff3411e5aaa2 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.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/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.3 2004/01/15 17:57:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.4 2004/02/27 20:48:59 lanius Exp $ inherit eutils @@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/ghostscript/${MY_P}.tar.gz LICENSE="Aladdin" SLOT="0" KEYWORDS="x86" -IUSE="X cups cjk" +IUSE="X cups cjk gtk" PROVIDE="virtual/ghostscript" diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild index 18a61e6f92f8..901bd46636cb 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.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/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.1 2004/02/24 11:01:18 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.2 2004/02/27 20:48:59 lanius Exp $ inherit eutils @@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/ghostscript/${MY_P}.tar.gz LICENSE="Aladdin" SLOT="0" KEYWORDS="~x86" -IUSE="X cups cjk" +IUSE="X cups cjk gtk" PROVIDE="virtual/ghostscript" |