diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-11-21 20:58:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-11-21 20:58:41 +0000 |
commit | 036ded65b3ebb47e8d77e62f450152031f4bc056 (patch) | |
tree | 97f5382aa83a3392683261d60a93176faf72d651 /x11-apps | |
parent | Fixing automake/autoconf deps again, bug #154567 (diff) | |
download | gentoo-2-036ded65b3ebb47e8d77e62f450152031f4bc056.tar.gz gentoo-2-036ded65b3ebb47e8d77e62f450152031f4bc056.tar.bz2 gentoo-2-036ded65b3ebb47e8d77e62f450152031f4bc056.zip |
Stable for HPPA (bug #155804).
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xvinfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xvinfo/xvinfo-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog index 51a6411eb173..cfe00c1ccba3 100644 --- a/x11-apps/xvinfo/ChangeLog +++ b/x11-apps/xvinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xvinfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.15 2006/11/21 20:16:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.16 2006/11/21 20:58:41 jer Exp $ + + 21 Nov 2006; Jeroen Roovers <jer@gentoo.org> xvinfo-1.0.1.ebuild: + Stable for HPPA (bug #155804). 21 Nov 2006; Joseph Jezak <josejx@gentoo.org> xvinfo-1.0.1.ebuild: Marked ppc stable for bug #155883. diff --git a/x11-apps/xvinfo/xvinfo-1.0.1.ebuild b/x11-apps/xvinfo/xvinfo-1.0.1.ebuild index 75ab345e3d61..fb7f2f2ddb8a 100644 --- a/x11-apps/xvinfo/xvinfo-1.0.1.ebuild +++ b/x11-apps/xvinfo/xvinfo-1.0.1.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/x11-apps/xvinfo/xvinfo-1.0.1.ebuild,v 1.5 2006/11/21 20:16:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.0.1.ebuild,v 1.6 2006/11/21 20:58:41 jer Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="Print out X-Video extension adaptor information" -KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm hppa ~mips ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND="x11-libs/libXv x11-libs/libX11" DEPEND="${RDEPEND}" |