diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:33:05 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:33:05 +0000 |
commit | d7029b5ba46576824f51940bab7ced08cac42a02 (patch) | |
tree | f90ca759eccd633cc667176d72b7a77ae6be507b /dev-lang | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | gentoo-2-d7029b5ba46576824f51940bab7ced08cac42a02.tar.gz gentoo-2-d7029b5ba46576824f51940bab7ced08cac42a02.tar.bz2 gentoo-2-d7029b5ba46576824f51940bab7ced08cac42a02.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index 410cb2d829b9..707b2b3bb3e4 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/nasm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.60 2009/09/12 19:31:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.61 2009/12/26 17:33:05 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> nasm-2.07.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. 12 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> nasm-2.07.ebuild: work around parallel-build issues and use the upstream makefiles for more diff --git a/dev-lang/nasm/nasm-2.07.ebuild b/dev-lang/nasm/nasm-2.07.ebuild index aeff8d8a0c04..9f4f76bcc56a 100644 --- a/dev-lang/nasm/nasm-2.07.ebuild +++ b/dev-lang/nasm/nasm-2.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.3 2009/09/12 19:31:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.4 2009/12/26 17:33:05 pva Exp $ EAPI=2 inherit autotools eutils toolchain-funcs flag-o-matic @@ -15,7 +15,7 @@ KEYWORDS="-* amd64 x86 ~x86-fbsd" IUSE="doc" DEPEND="dev-lang/perl - doc? ( virtual/ghostscript sys-apps/texinfo )" + doc? ( app-text/ghostscript-gpl sys-apps/texinfo )" RDEPEND="" S=${WORKDIR}/${P/_} |