diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:39:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:39:55 +0000 |
commit | a0748e88d24b6b5da5c5934f635228b8b3085618 (patch) | |
tree | 6afde4867d21ad00dd9b38686ebd0f901020b1bd /media-radio/xastir/xastir-1.2.0.ebuild | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-a0748e88d24b6b5da5c5934f635228b8b3085618.tar.gz historical-a0748e88d24b6b5da5c5934f635228b8b3085618.tar.bz2 historical-a0748e88d24b6b5da5c5934f635228b8b3085618.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-radio/xastir/xastir-1.2.0.ebuild')
-rw-r--r-- | media-radio/xastir/xastir-1.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-radio/xastir/xastir-1.2.0.ebuild b/media-radio/xastir/xastir-1.2.0.ebuild index a06edd6f76bf..aa644870281c 100644 --- a/media-radio/xastir/xastir-1.2.0.ebuild +++ b/media-radio/xastir/xastir-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.2 2003/09/08 07:17:35 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.3 2003/09/11 01:39:53 msterret Exp $ DESCRIPTION="XASTIR" HOMEPAGE="http://xastir.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc - virtual/motif" + virtual/motif" src_compile() { cd ${S} @@ -27,4 +27,3 @@ src_install() { mkdir -p ${D}/usr/local dosym ../xastir usr/local/xastir } - |