diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-05 10:27:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-05 10:27:18 +0000 |
commit | 6a009898a7b34c6a9b18f73b2ca24532ef3c38ec (patch) | |
tree | 572ea8b150bb0ede99f15b1df42bbe287e8b4ddf /app-arch/xdms/xdms-1.3.1.ebuild | |
parent | inherit eutils for epatch; tidy (diff) | |
download | historical-6a009898a7b34c6a9b18f73b2ca24532ef3c38ec.tar.gz historical-6a009898a7b34c6a9b18f73b2ca24532ef3c38ec.tar.bz2 historical-6a009898a7b34c6a9b18f73b2ca24532ef3c38ec.zip |
IUSE
Diffstat (limited to 'app-arch/xdms/xdms-1.3.1.ebuild')
-rw-r--r-- | app-arch/xdms/xdms-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/xdms/xdms-1.3.1.ebuild b/app-arch/xdms/xdms-1.3.1.ebuild index 52ae53460da8..067fdacf39be 100644 --- a/app-arch/xdms/xdms-1.3.1.ebuild +++ b/app-arch/xdms/xdms-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/xdms-1.3.1.ebuild,v 1.1 2004/09/11 12:19:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/xdms-1.3.1.ebuild,v 1.2 2004/11/05 10:27:18 mr_bones_ Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://ee.tut.fi/~heikki/xdms/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="" DEPEND="virtual/libc" |