diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 05:10:39 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-03-30 05:10:39 +0000 |
commit | ec0a2ae35c8ebe94ebc4b443327d171b2a1225e2 (patch) | |
tree | 5b9167eef0296bccdafa36cba5c8bff097b2d00c /media-video/xvattr | |
parent | Added nptl support using nptl USE flag and have_NPTL from eutils. Blame tberm... (diff) | |
download | gentoo-2-ec0a2ae35c8ebe94ebc4b443327d171b2a1225e2.tar.gz gentoo-2-ec0a2ae35c8ebe94ebc4b443327d171b2a1225e2.tar.bz2 gentoo-2-ec0a2ae35c8ebe94ebc4b443327d171b2a1225e2.zip |
Change x11-base/xfree dependency to virtual/x11.
Diffstat (limited to 'media-video/xvattr')
-rw-r--r-- | media-video/xvattr/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/xvattr/xvattr-1.3-r1.ebuild | 6 | ||||
-rw-r--r-- | media-video/xvattr/xvattr-1.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/xvattr/ChangeLog b/media-video/xvattr/ChangeLog index 072d6e1e0152..beb3fb126920 100644 --- a/media-video/xvattr/ChangeLog +++ b/media-video/xvattr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/xvattr -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.3 2003/08/27 16:45:45 utx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/ChangeLog,v 1.4 2004/03/30 05:10:39 spyderous Exp $ + + 30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; xvattr-1.3-r1.ebuild, + xvattr-1.3.ebuild: + Change x11-base/xfree dependency to virtual/x11. *xvattr-1.3-r1 (27 Aug 2003) diff --git a/media-video/xvattr/xvattr-1.3-r1.ebuild b/media-video/xvattr/xvattr-1.3-r1.ebuild index aeb123ab9d1c..a6affa840892 100644 --- a/media-video/xvattr/xvattr-1.3-r1.ebuild +++ b/media-video/xvattr/xvattr-1.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r1.ebuild,v 1.2 2003/09/11 01:22:29 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3-r1.ebuild,v 1.3 2004/03/30 05:10:39 spyderous Exp $ DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" @@ -9,7 +9,7 @@ SLOT=0 LICENSE="GPL-2" KEYWORDS="x86" IUSE="gtk" -DEPEND="x11-base/xfree +DEPEND="virtual/x11 gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" RDEPEND="${DEPEND}" diff --git a/media-video/xvattr/xvattr-1.3.ebuild b/media-video/xvattr/xvattr-1.3.ebuild index 4c29fbf80356..4dafddf1900c 100644 --- a/media-video/xvattr/xvattr-1.3.ebuild +++ b/media-video/xvattr/xvattr-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3.ebuild,v 1.5 2003/09/08 07:41:17 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3.ebuild,v 1.6 2004/03/30 05:10:39 spyderous Exp $ DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" @@ -9,7 +9,7 @@ SLOT=0 LICENSE="GPL-2" KEYWORDS="x86" IUSE="" -DEPEND="x11-base/xfree +DEPEND="virtual/x11 =x11-libs/gtk+-1*" RDEPEND="${DEPEND}" |