diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-05-04 13:30:04 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-05-04 13:30:04 +0000 |
commit | 262b4c0e3b626b57e162afbb26d4a28af95bfe8b (patch) | |
tree | 4609b8e93fcf5906a19966f461455d6362c855d8 /app-emulation/x48 | |
parent | re-adding without execution (diff) | |
download | gentoo-2-262b4c0e3b626b57e162afbb26d4a28af95bfe8b.tar.gz gentoo-2-262b4c0e3b626b57e162afbb26d4a28af95bfe8b.tar.bz2 gentoo-2-262b4c0e3b626b57e162afbb26d4a28af95bfe8b.zip |
tweak license
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-emulation/x48')
-rw-r--r-- | app-emulation/x48/x48-0.4.3-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-emulation/x48/x48-0.4.3-r1.ebuild b/app-emulation/x48/x48-0.4.3-r1.ebuild index 1e70be7cc973..7684683b483d 100644 --- a/app-emulation/x48/x48-0.4.3-r1.ebuild +++ b/app-emulation/x48/x48-0.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.2 2006/01/26 22:28:02 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.3 2006/05/04 13:30:04 taviso Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://x48.berlios.de/" SRC_URI="http://download.berlios.de/x48/${P}.tar.gz http://www.hpcalc.org/hp48/pc/emulators/sxrom-j.zip http://www.hpcalc.org/hp48/pc/emulators/gxrom-r.zip" -LICENSE="GPL-2 free-noncomm" +LICENSE="|| ( ( GPL-2 free-noncomm ) GPL-2 )" SLOT="0" KEYWORDS="~x86" @@ -17,9 +17,11 @@ IUSE="" RDEPEND="|| ( ( x11-proto/xextproto app-text/rman ) virtual/x11 )" DEPEND="${RDEPEND} - || ( ( x11-libs/libXext x11-libs/libX11 x11-misc/imake app-text/rman ) - virtual/x11 - ) + || ( ( x11-libs/libXext + x11-libs/libX11 + x11-misc/imake + app-text/rman ) + virtual/x11 ) sys-libs/readline sys-libs/ncurses app-arch/unzip |