diff options
author | 2003-09-05 22:01:57 +0000 | |
---|---|---|
committer | 2003-09-05 22:01:57 +0000 | |
commit | b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch) | |
tree | aaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/ltsp-sound | |
parent | LICENSE fix (diff) | |
download | gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2 gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/ltsp-sound')
-rw-r--r-- | net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild b/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild index 04e4bd59b47a..b562df762098 100644 --- a/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild +++ b/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild @@ -15,7 +15,7 @@ DEPEND="net-misc/ltsp-core media-libs/libaudiooss media-libs/nas gnome? ( media-sound/esound )" - + RDEPEND="${DEPEND}" src_install() { @@ -25,7 +25,7 @@ src_install() { # no need to nit pick insinto /opt/ltsp cp -r i386 ${D}/opt/ltsp - + dodoc README COPYING - + } |