diff options
author | 2007-12-14 17:28:14 +0000 | |
---|---|---|
committer | 2007-12-14 17:28:14 +0000 | |
commit | 63a72e58343e8e2268ce7ae6ca2849c35617061d (patch) | |
tree | afc38ae7cc42bd4aa627eb68c1f77cd8a1f0edcb /sys-block/tapecat/tapecat-1.0.0.ebuild | |
parent | Added a check for USE=ncurses in python in case we use pygrub (diff) | |
download | gentoo-2-63a72e58343e8e2268ce7ae6ca2849c35617061d.tar.gz gentoo-2-63a72e58343e8e2268ce7ae6ca2849c35617061d.tar.bz2 gentoo-2-63a72e58343e8e2268ce7ae6ca2849c35617061d.zip |
Stable on ppc wrt bug 202251
(Portage version: 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}" |