diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-05-06 21:55:57 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-05-06 21:55:57 +0000 |
commit | 8e5b1c3ed5d32ba2ccf54e9347d091ce7f8f68d8 (patch) | |
tree | fc0286b2347d4e6a81405c4cf27ef6f10e9ac7b7 /virtual/ghostscript | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-8e5b1c3ed5d32ba2ccf54e9347d091ce7f8f68d8.tar.gz gentoo-2-8e5b1c3ed5d32ba2ccf54e9347d091ce7f8f68d8.tar.bz2 gentoo-2-8e5b1c3ed5d32ba2ccf54e9347d091ce7f8f68d8.zip |
Make gs-esp-8 default for ~arch systems only until all arches stabilized it
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'virtual/ghostscript')
-rw-r--r-- | virtual/ghostscript/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/ghostscript/ghostscript-0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/ghostscript/ChangeLog b/virtual/ghostscript/ChangeLog index c72b9f9b979f..e7201147a3e3 100644 --- a/virtual/ghostscript/ChangeLog +++ b/virtual/ghostscript/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/ghostscript # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ghostscript/ChangeLog,v 1.2 2006/04/06 20:02:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ghostscript/ChangeLog,v 1.3 2006/05/06 21:55:57 genstef Exp $ + + 06 May 2006; Stefan Schweizer <genstef@gentoo.org> ghostscript-0.ebuild: + Make gs-esp-8 default for ~arch systems only until all arches stabilized it *ghostscript-0 (01 Apr 2006) diff --git a/virtual/ghostscript/ghostscript-0.ebuild b/virtual/ghostscript/ghostscript-0.ebuild index 4eaae103b550..3e446b1652b1 100644 --- a/virtual/ghostscript/ghostscript-0.ebuild +++ b/virtual/ghostscript/ghostscript-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ghostscript/ghostscript-0.ebuild,v 1.1 2006/04/01 20:36:47 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ghostscript/ghostscript-0.ebuild,v 1.2 2006/05/06 21:55:57 genstef Exp $ DESCRIPTION="Virtual for Ghostscript" HOMEPAGE="http://www.ghostscript.com" @@ -10,8 +10,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="|| ( + >=app-text/ghostscript-esp-8 app-text/ghostscript-gnu - app-text/ghostscript-esp app-text/ghostscript-afpl + app-text/ghostscript-esp )" RDEPEND="${DEPEND}" |