diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 05:45:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 05:45:21 +0000 |
commit | 5183192d4add64fda1fe3d4f80b82e7e399c4c94 (patch) | |
tree | 26c47d9e244e638370e84369f879c4e94044bee3 /x11-plugins/astime | |
parent | oops someone forgot me ! (diff) | |
download | historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.gz historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.bz2 historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.zip |
whitespace cleanup
Diffstat (limited to 'x11-plugins/astime')
-rw-r--r-- | x11-plugins/astime/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/astime/astime-2.8.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/astime/Manifest b/x11-plugins/astime/Manifest index bf639580d4b6..6c36d1810620 100644 --- a/x11-plugins/astime/Manifest +++ b/x11-plugins/astime/Manifest @@ -1,3 +1,3 @@ -MD5 a868bc5b66065e377102239d4c475b84 astime-2.8.ebuild 720 MD5 26de5d02ef44af6d9f22b8df574aa9f6 ChangeLog 498 +MD5 d8fce4428ee92b41c9a076b2ceedc0a8 astime-2.8.ebuild 714 MD5 f0fa39b40fbb62aee75a31e80dfd93c0 files/digest-astime-2.8 61 diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild index c8f853400663..00cc471a5963 100644 --- a/x11-plugins/astime/astime-2.8.ebuild +++ b/x11-plugins/astime/astime-2.8.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/x11-plugins/astime/astime-2.8.ebuild,v 1.1 2003/06/17 00:03:17 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.2 2003/09/06 05:45:17 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Analogue clock utility for X Windows." @@ -12,14 +12,14 @@ KEYWORDS="~x86" IUSE="jpeg" DEPEND="virtual/x11 - jpeg? ( media-libs/jpeg )" + jpeg? ( media-libs/jpeg )" src_compile() { local myconf use jpeg || myconf="--disable-jpeg" econf $myconf - emake + emake } src_install () { |