diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 13:18:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 13:18:07 +0000 |
commit | ccc9877cc171782ec9ae06d459ec46f0dfb24348 (patch) | |
tree | a8d214aae440ef0ed6fa533f09f54cb47739a9c3 /dev-util | |
parent | repoman'd (diff) | |
download | gentoo-2-ccc9877cc171782ec9ae06d459ec46f0dfb24348.tar.gz gentoo-2-ccc9877cc171782ec9ae06d459ec46f0dfb24348.tar.bz2 gentoo-2-ccc9877cc171782ec9ae06d459ec46f0dfb24348.zip |
repoman
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/uml/uml-1.0.3.20020730.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/uml/uml-1.0.3.20020730.ebuild b/dev-util/uml/uml-1.0.3.20020730.ebuild index 45581973b0e6..908b5ce44993 100644 --- a/dev-util/uml/uml-1.0.3.20020730.ebuild +++ b/dev-util/uml/uml-1.0.3.20020730.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.20020730.ebuild,v 1.2 2002/08/01 11:59:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.20020730.ebuild,v 1.3 2002/08/01 13:18:07 seemant Exp $ inherit kde-base +S=${WORKDIR}/${PN} DESCRIPTION="KDE UML Drawing Utility" SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://uml.sourceforge.net" -S=$WORKDIR/uml + +LICENSE="GPL-2" +KEYWORDS="x86" newdepend ">=kde-base/kdebase-3 virtual/glibc" |