diff options
Diffstat (limited to 'app-arch/xdms')
-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" |