diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-09 21:16:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-09 21:16:15 +0000 |
commit | f4774a26c2b0c517ee7543e50b18dcb7079caca1 (patch) | |
tree | 6d4d315f73b3aa0b0643ab546e0f5b9a1fe455ff /virtual | |
parent | Version bump for xfce-4.2.3.2. (diff) | |
download | gentoo-2-f4774a26c2b0c517ee7543e50b18dcb7079caca1.tar.gz gentoo-2-f4774a26c2b0c517ee7543e50b18dcb7079caca1.tar.bz2 gentoo-2-f4774a26c2b0c517ee7543e50b18dcb7079caca1.zip |
Make stable on all arches, to fix the big troubles to the stable trees due to virtual/x11 migration in tree.
(Portage version: 2.0.53)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/x11/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/x11/x11-6.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/x11/ChangeLog b/virtual/x11/ChangeLog index b0a26a06af06..31292c24fcac 100644 --- a/virtual/x11/ChangeLog +++ b/virtual/x11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo-x86/virtual # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/x11/ChangeLog,v 1.1 2005/12/07 07:56:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/x11/ChangeLog,v 1.2 2005/12/09 21:16:15 flameeyes Exp $ + + 09 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> x11-6.8.ebuild: + Make stable on all arches, to fix the big troubles to the stable trees due + to virtual/x11 migration in tree. *x11-6.8 (07 Dec 2005) diff --git a/virtual/x11/x11-6.8.ebuild b/virtual/x11/x11-6.8.ebuild index 344ff04c92b1..4b6facdc1dc1 100644 --- a/virtual/x11/x11-6.8.ebuild +++ b/virtual/x11/x11-6.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-6.8.ebuild,v 1.1 2005/12/07 07:56:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/x11/x11-6.8.ebuild,v 1.2 2005/12/09 21:16:15 flameeyes Exp $ DESCRIPTION="Virtual for the core X11 implementation" HOMEPAGE="http://www.gentoo.org/proj/en/desktop/x/x11/" SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" DEPEND="" RDEPEND="<=x11-base/xorg-x11-6.99" |