diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-09 19:19:46 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-09 19:19:46 +0000 |
commit | 7bc5fbee7479e40fceafc8d3eb4055c9fd8c313f (patch) | |
tree | 02645fe2a1f3fbacc28d42c73125967cbcbc546c /x11-terms | |
parent | Fix incorrect x86, sparc and amd64 keywords to ~arch. (Manifest recommit) (diff) | |
download | gentoo-2-7bc5fbee7479e40fceafc8d3eb4055c9fd8c313f.tar.gz gentoo-2-7bc5fbee7479e40fceafc8d3eb4055c9fd8c313f.tar.bz2 gentoo-2-7bc5fbee7479e40fceafc8d3eb4055c9fd8c313f.zip |
Change dependency to hard dep on xorg-x11 instead of virtual, because the only working xfree with this is hard-masked 4.3.0-r6. Also keyword ebuilds to ~x86 ~amd64 only to be consistent with xorg-x11.
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/xterm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-179.ebuild | 6 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-184.ebuild | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-terms/xterm/ChangeLog b/x11-terms/xterm/ChangeLog index 91b507d5418d..b380cc6737c2 100644 --- a/x11-terms/xterm/ChangeLog +++ b/x11-terms/xterm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-terms/xterm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.8 2004/04/09 19:13:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.9 2004/04/09 19:19:46 spyderous Exp $ + + 09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild, + xterm-184.ebuild: + Change dependency to hard dep on xorg-x11 instead of virtual, because the only + working xfree with this is hard-masked 4.3.0-r6. Also keyword ebuilds to ~x86 + ~amd64 only to be consistent with xorg-x11. 09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild: Fix incorrect sparc keyword to ~sparc. diff --git a/x11-terms/xterm/xterm-179.ebuild b/x11-terms/xterm/xterm-179.ebuild index 45f82461da0c..b2fc85d1f36a 100644 --- a/x11-terms/xterm/xterm-179.ebuild +++ b/x11-terms/xterm/xterm-179.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/x11-terms/xterm/xterm-179.ebuild,v 1.9 2004/04/09 19:13:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-179.ebuild,v 1.10 2004/04/09 19:19:46 spyderous Exp $ IUSE="truetype" @@ -11,9 +11,9 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz" SLOT="0" LICENSE="X11" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +KEYWORDS="~x86 ~amd64" -DEPEND="virtual/x11 +DEPEND="x11-base/xorg-x11 sys-apps/utempter" src_compile() { diff --git a/x11-terms/xterm/xterm-184.ebuild b/x11-terms/xterm/xterm-184.ebuild index 56f1e9a484bc..8337042b51f2 100644 --- a/x11-terms/xterm/xterm-184.ebuild +++ b/x11-terms/xterm/xterm-184.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/x11-terms/xterm/xterm-184.ebuild,v 1.8 2004/04/08 02:34:52 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-184.ebuild,v 1.9 2004/04/09 19:19:46 spyderous Exp $ inherit eutils @@ -13,9 +13,9 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz" SLOT="0" LICENSE="X11" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +KEYWORDS="~x86 ~amd64" -DEPEND="virtual/x11 +DEPEND="x11-base/xorg-x11 sys-apps/utempter" src_unpack() { |