diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2006-03-12 02:29:31 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2006-03-12 02:29:31 +0000 |
commit | 9ffb767139cf2feb7cc58bbd69e32e0916ac1537 (patch) | |
tree | 41cd01312d7f800cbe382594560f201393d9ecb1 /app-text/ghostscript-gnu | |
parent | Update meta to show mobile as herd, version bump to 4.17 (diff) | |
download | gentoo-2-9ffb767139cf2feb7cc58bbd69e32e0916ac1537.tar.gz gentoo-2-9ffb767139cf2feb7cc58bbd69e32e0916ac1537.tar.bz2 gentoo-2-9ffb767139cf2feb7cc58bbd69e32e0916ac1537.zip |
#110577 Added ~alpha keyword. Thanks to Thomas Cort and Mike Hlavac.
(Portage version: 2.0.54)
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 11a9783908f7..ef06f69f7a5c 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.12 2006/01/22 23:26:39 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.13 2006/03/12 02:29:31 yoswink Exp $ + + 12 Mar 2006; Jose Luis Rivero <yoswink@gentoo.org> + ghostscript-gnu-8.16-r1.ebuild: + #110577 Added ~alpha keyword. Thanks to Thomas Cort and Mike Hlavac. 22 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> files/digest-ghostscript-gnu-8.16-r1, Manifest: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild index b499bc9d221e..348229482848 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.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/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.8 2006/01/21 19:22:53 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.9 2006/03/12 02:29:31 yoswink Exp $ inherit eutils @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/ghostscript/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~alpha amd64 ppc x86" IUSE="X cups cjk gtk" PROVIDE="virtual/ghostscript" |