diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-01-25 16:28:16 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-01-25 16:28:16 +0000 |
commit | d0c0e5e1af99b6fd353969854aa2a7fd17b40933 (patch) | |
tree | ee4a62d23297d9331bd02b281c673e28d35e99b9 /x11-apps/xvidtune | |
parent | amd64/x86 stable, bug #256165 (diff) | |
download | gentoo-2-d0c0e5e1af99b6fd353969854aa2a7fd17b40933.tar.gz gentoo-2-d0c0e5e1af99b6fd353969854aa2a7fd17b40933.tar.bz2 gentoo-2-d0c0e5e1af99b6fd353969854aa2a7fd17b40933.zip |
x11-apps/xvidtune: really remove xprint support (see bug #254874)
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xvidtune')
-rw-r--r-- | x11-apps/xvidtune/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xvidtune/ChangeLog b/x11-apps/xvidtune/ChangeLog index 024e03d0c0c4..e25fdbf772eb 100644 --- a/x11-apps/xvidtune/ChangeLog +++ b/x11-apps/xvidtune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xvidtune # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.16 2009/01/14 13:32:28 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.17 2009/01/25 16:28:16 remi Exp $ + + 25 Jan 2009; Rémi Cardona <remi@gentoo.org> xvidtune-1.0.1-r1.ebuild: + really remove xprint support (see bug #254874) *xvidtune-1.0.1-r1 (14 Jan 2009) diff --git a/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild b/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild index 85192c49d076..1387fb2b0c86 100644 --- a/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild +++ b/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild,v 1.1 2009/01/14 13:32:28 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1-r1.ebuild,v 1.2 2009/01/25 16:28:16 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="video mode tuner for Xorg" KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="xprint" +IUSE="" RDEPEND="x11-libs/libXxf86vm x11-libs/libXaw" |