diff options
author | 2010-11-12 03:35:15 +0000 | |
---|---|---|
committer | 2010-11-12 03:35:15 +0000 | |
commit | 4d507acc30d92bdf1a5aea7e2646ed40bcee2786 (patch) | |
tree | 5a48629b9ecdb32e5ea46b8619eb9e0c2a9f6b14 /dev-libs/libots/libots-2.2.7-r2.ebuild | |
parent | Added upstream ui fix for languages with accented characters. Fixes bug 344195 (diff) | |
download | historical-4d507acc30d92bdf1a5aea7e2646ed40bcee2786.tar.gz historical-4d507acc30d92bdf1a5aea7e2646ed40bcee2786.tar.bz2 historical-4d507acc30d92bdf1a5aea7e2646ed40bcee2786.zip |
Remove redundant dependency on rpm2targz, add IUSE="", and assign to alpha herd.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libots/libots-2.2.7-r2.ebuild')
-rw-r--r-- | dev-libs/libots/libots-2.2.7-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/libots/libots-2.2.7-r2.ebuild b/dev-libs/libots/libots-2.2.7-r2.ebuild index da36d65e0c8f..145b16421cc5 100644 --- a/dev-libs/libots/libots-2.2.7-r2.ebuild +++ b/dev-libs/libots/libots-2.2.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.7 2008/05/05 13:06:50 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.8 2010/11/12 03:35:15 mattst88 Exp $ inherit rpm toolchain-funcs @@ -11,9 +11,10 @@ SRC_URI="ftp://ftp.compaq.com/pub/products/C-CXX/linux/libots-2.2.7-2.alpha.rpm" LICENSE="compaq-sdla" SLOT="0" KEYWORDS="-* alpha" +IUSE="" RESTRICT="strip" -DEPEND="app-arch/rpm2targz" +DEPEND="" RDEPEND="" S=${WORKDIR}/usr/lib/compaq/libots-2.2.7 |