diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-06 17:26:47 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-06 17:26:47 +0000 |
commit | 05d8d42587ad485996decfbf34d965ec57d8d1f5 (patch) | |
tree | d32812171b8bdc9f2b12fc4b1c596224c13c5e1f /net-im/ohphone | |
parent | updated ohphone to make svga and X optional (diff) | |
download | gentoo-2-05d8d42587ad485996decfbf34d965ec57d8d1f5.tar.gz gentoo-2-05d8d42587ad485996decfbf34d965ec57d8d1f5.tar.bz2 gentoo-2-05d8d42587ad485996decfbf34d965ec57d8d1f5.zip |
oops last minute typo
Diffstat (limited to 'net-im/ohphone')
-rw-r--r-- | net-im/ohphone/Manifest | 2 | ||||
-rw-r--r-- | net-im/ohphone/ohphone-1.4.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/ohphone/Manifest b/net-im/ohphone/Manifest index 8a83a78cf421..dbc89d19a199 100644 --- a/net-im/ohphone/Manifest +++ b/net-im/ohphone/Manifest @@ -1,6 +1,6 @@ MD5 3647db9025bdbe773cd22382621fc772 ChangeLog 668 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 -MD5 776c765cddfe7a706b35fe81d832ca0f ohphone-1.4.1-r1.ebuild 1205 +MD5 1d1811d25d21b1890f5e4d9eeea370a9 ohphone-1.4.1-r1.ebuild 1208 MD5 8b50877e6e0496c9635e449b3cbc5ee6 ohphone-1.4.1.ebuild 821 MD5 eb00a184805b4c495b46976ce6ccfbbf files/digest-ohphone-1.4.1 64 MD5 eb00a184805b4c495b46976ce6ccfbbf files/digest-ohphone-1.4.1-r1 64 diff --git a/net-im/ohphone/ohphone-1.4.1-r1.ebuild b/net-im/ohphone/ohphone-1.4.1-r1.ebuild index e9334aa4b70a..68b419a29445 100644 --- a/net-im/ohphone/ohphone-1.4.1-r1.ebuild +++ b/net-im/ohphone/ohphone-1.4.1-r1.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/net-im/ohphone/ohphone-1.4.1-r1.ebuild,v 1.1 2003/09/06 17:25:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ohphone/ohphone-1.4.1-r1.ebuild,v 1.2 2003/09/06 17:26:38 liquidx Exp $ DESCRIPTION="Command line H.323 client" HOMEPAGE="http://www.openh323.org/" @@ -14,7 +14,7 @@ IUSE="X" DEPEND=">=net-libs/openh323-1.12.2 >=dev-libs/pwlib-1.5.2 X? ( virtual/x11 ) - svga? ( media-libs/svga )" + svga? ( media-libs/svgalib )" S=${WORKDIR}/${PN} |