diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-14 17:28:14 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-14 17:28:14 +0000 |
commit | dca809457bc5aabaa00d07dd969c37fee3bac2fe (patch) | |
tree | dd305df2fd8d270cfbba6ab842c206e04f11de60 /sys-block/tapecat/tapecat-1.0.0.ebuild | |
parent | Added a check for USE=ncurses in python in case we use pygrub (diff) | |
download | historical-dca809457bc5aabaa00d07dd969c37fee3bac2fe.tar.gz historical-dca809457bc5aabaa00d07dd969c37fee3bac2fe.tar.bz2 historical-dca809457bc5aabaa00d07dd969c37fee3bac2fe.zip |
Stable on ppc wrt bug 202251
Package-Manager: portage-2.1.4_rc9
Diffstat (limited to 'sys-block/tapecat/tapecat-1.0.0.ebuild')
-rw-r--r-- | sys-block/tapecat/tapecat-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/tapecat/tapecat-1.0.0.ebuild b/sys-block/tapecat/tapecat-1.0.0.ebuild index 385fd11bc01a..a66e0a1b15f3 100644 --- a/sys-block/tapecat/tapecat-1.0.0.ebuild +++ b/sys-block/tapecat/tapecat-1.0.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tapecat/tapecat-1.0.0.ebuild,v 1.2 2007/09/07 01:51:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tapecat/tapecat-1.0.0.ebuild,v 1.3 2007/12/14 17:28:14 nixnut Exp $ DESCRIPTION="tapecat is a tape utility used to describe the physical content of a tape." HOMEPAGE="http://www.inventivetechnology.at/tapecat/" SRC_URI="http://downloads.inventivetechnology.at/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ppc ~x86" IUSE="" DEPEND="sys-apps/file" RDEPEND="${RDEPEND}" |