diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-11-23 11:29:19 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-11-23 11:29:19 +0000 |
commit | 8f270a35dd1eca2ce4ca556e09649c4e4f3a0cb8 (patch) | |
tree | e5463f0db3d1b31f8586aeba176746ddfeef0fcf /x11-apps | |
parent | stable x86, bug #155904 (diff) | |
download | gentoo-2-8f270a35dd1eca2ce4ca556e09649c4e4f3a0cb8.tar.gz gentoo-2-8f270a35dd1eca2ce4ca556e09649c4e4f3a0cb8.tar.bz2 gentoo-2-8f270a35dd1eca2ce4ca556e09649c4e4f3a0cb8.zip |
stable x86, bug #155883
(Portage version: 2.1.1-r2)
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 723ff398ccd2..ff1dec8dca03 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.17 2006/11/23 04:29:21 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.18 2006/11/23 11:29:19 opfer Exp $ + + 23 Nov 2006; Christian Faulhammer <opfer@gentoo.org> xvinfo-1.0.1.ebuild: + stable x86, bug #155883 23 Nov 2006; Olivier Crête <tester@gentoo.org> xvinfo-1.0.1.ebuild: Stable on amd64 diff --git a/x11-apps/xvinfo/xvinfo-1.0.1.ebuild b/x11-apps/xvinfo/xvinfo-1.0.1.ebuild index 8d7bf4b2e9ad..d94ea2be981a 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.7 2006/11/23 04:29:21 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.0.1.ebuild,v 1.8 2006/11/23 11:29:19 opfer 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}" |