diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 19:43:30 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 19:43:30 +0000 |
commit | 9a2da9eb152173785dea8439a61f2b5896cdf9af (patch) | |
tree | 81e657e89e61be7baa0f052ca19d9557f71c2f8c /app-sci/pcb | |
parent | Fixed amd64-specific patch, bug 46260 (Manifest recommit) (diff) | |
download | gentoo-2-9a2da9eb152173785dea8439a61f2b5896cdf9af.tar.gz gentoo-2-9a2da9eb152173785dea8439a61f2b5896cdf9af.tar.bz2 gentoo-2-9a2da9eb152173785dea8439a61f2b5896cdf9af.zip |
Change x11-base/xfree dependency to virtual/x11.
Diffstat (limited to 'app-sci/pcb')
-rw-r--r-- | app-sci/pcb/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/pcb/pcb-20030815.ebuild | 6 | ||||
-rw-r--r-- | app-sci/pcb/pcb-20031113-r1.ebuild | 4 | ||||
-rw-r--r-- | app-sci/pcb/pcb-20031113.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/app-sci/pcb/ChangeLog b/app-sci/pcb/ChangeLog index 5ed842da6357..dc94b90a5f67 100644 --- a/app-sci/pcb/ChangeLog +++ b/app-sci/pcb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/pcb # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/ChangeLog,v 1.4 2004/03/25 09:59:16 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/ChangeLog,v 1.5 2004/03/30 19:40:47 spyderous Exp $ + + 30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; pcb-20030815.ebuild, + pcb-20031113-r1.ebuild, pcb-20031113.ebuild: + Change x11-base/xfree dependency to virtual/x11. 25 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> pcb-20031113-r1.ebuild: Adding tk build dependency, declaring stable. diff --git a/app-sci/pcb/pcb-20030815.ebuild b/app-sci/pcb/pcb-20030815.ebuild index b68a4945886b..961250968e36 100644 --- a/app-sci/pcb/pcb-20030815.ebuild +++ b/app-sci/pcb/pcb-20030815.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20030815.ebuild,v 1.3 2003/11/27 21:03:01 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20030815.ebuild,v 1.4 2004/03/30 19:40:48 spyderous Exp $ DESCRIPTION="PCB is a tool for the layout of printed circuit boards." HOMEPAGE="http://sourceforge.net/projects/pcb/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="x11-base/xfree" +DEPEND="virtual/x11" SLOT="0" S=${WORKDIR}/${P} diff --git a/app-sci/pcb/pcb-20031113-r1.ebuild b/app-sci/pcb/pcb-20031113-r1.ebuild index dc992a2b458b..f45270f5eca6 100644 --- a/app-sci/pcb/pcb-20031113-r1.ebuild +++ b/app-sci/pcb/pcb-20031113-r1.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-sci/pcb/pcb-20031113-r1.ebuild,v 1.2 2004/03/25 09:59:16 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113-r1.ebuild,v 1.3 2004/03/30 19:40:48 spyderous Exp $ DESCRIPTION="PCB is a tool for the layout of printed circuit boards." HOMEPAGE="http://sourceforge.net/projects/pcb/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" -RDEPEND="x11-base/xfree" +RDEPEND="virtual/x11" DEPEND="${RDEPEND} =dev-lang/tk-8*" SLOT="0" diff --git a/app-sci/pcb/pcb-20031113.ebuild b/app-sci/pcb/pcb-20031113.ebuild index 99b9894063ce..6c10b06715d3 100644 --- a/app-sci/pcb/pcb-20031113.ebuild +++ b/app-sci/pcb/pcb-20031113.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113.ebuild,v 1.1 2003/11/22 16:34:01 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113.ebuild,v 1.2 2004/03/30 19:40:48 spyderous Exp $ DESCRIPTION="PCB is a tool for the layout of printed circuit boards." HOMEPAGE="http://sourceforge.net/projects/pcb/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" -DEPEND="x11-base/xfree" +DEPEND="virtual/x11" SLOT="0" S=${WORKDIR}/${P} |