diff options
author | 2002-12-27 17:24:51 +0000 | |
---|---|---|
committer | 2002-12-27 17:24:51 +0000 | |
commit | 35e9c5e4dea55afa1a94a69c69046df4d30762db (patch) | |
tree | 60a2cf33964c98e3188a4c9f7aea23a533ad0219 /app-arch | |
parent | The 4F License (diff) | |
download | gentoo-2-35e9c5e4dea55afa1a94a69c69046df4d30762db.tar.gz gentoo-2-35e9c5e4dea55afa1a94a69c69046df4d30762db.tar.bz2 gentoo-2-35e9c5e4dea55afa1a94a69c69046df4d30762db.zip |
License and depend fix0r
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upm/upm-0.85.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/upm/upm-0.85.ebuild b/app-arch/upm/upm-0.85.ebuild index d0acee948ad5..c780bdcb63af 100644 --- a/app-arch/upm/upm-0.85.ebuild +++ b/app-arch/upm/upm-0.85.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upm/upm-0.85.ebuild,v 1.1 2002/12/27 17:15:33 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upm/upm-0.85.ebuild,v 1.2 2002/12/27 17:24:51 cretin Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://u-os.org/upm.html" SRC_URI="http://www.ibiblio.org/pub/linux/distributions/uos/sputnik/sources/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="4F" SLOT="0" @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" -DEPEND="" +DEPEND="sys-apps/fakeroot" S=${WORKDIR}/${P} |