diff options
author | Stanislav Brabec <utx@gentoo.org> | 2003-04-24 16:27:56 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@gentoo.org> | 2003-04-24 16:27:56 +0000 |
commit | be8b1ddc858b8992491a692ac9a3e695f175192a (patch) | |
tree | e9af391a1c1b182844e98754c5343b7bfe24b0c0 /media-video/xvattr | |
parent | limit ladcca support to ladcca-0.1, simplified ebuild (diff) | |
download | historical-be8b1ddc858b8992491a692ac9a3e695f175192a.tar.gz historical-be8b1ddc858b8992491a692ac9a3e695f175192a.tar.bz2 historical-be8b1ddc858b8992491a692ac9a3e695f175192a.zip |
added missing dodoc
Diffstat (limited to 'media-video/xvattr')
-rw-r--r-- | media-video/xvattr/xvattr-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/xvattr/xvattr-1.3.ebuild b/media-video/xvattr/xvattr-1.3.ebuild index 6eb348dfe935..495696159cc1 100644 --- a/media-video/xvattr/xvattr-1.3.ebuild +++ b/media-video/xvattr/xvattr-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.1 2003/04/24 07:40:37 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvattr/xvattr-1.3.ebuild,v 1.2 2003/04/24 16:27:56 utx Exp $ DESCRIPTION="X11 XVideo Querying/Setting Tool from Ogle project" SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" @@ -11,9 +11,9 @@ KEYWORDS="~x86" IUSE="" DEPEND="x11-base/xfree =x11-libs/gtk+-1*" -RDEPEND="x11-base/xfree - =x11-libs/gtk+-1*" +RDEPEND="${DEPEND}" src_install() { make DESTDIR=${D} install + dodoc AUTHORS ChangeLog COPYING NEWS README } |