diff options
author | 2010-10-10 20:12:08 +0000 | |
---|---|---|
committer | 2010-10-10 20:12:08 +0000 | |
commit | 3f8265ee538b46513e58595b4bdf7f375f54bd22 (patch) | |
tree | bc7016a5f7c44bb0c2e7e28243be765472d041c7 /sys-apps | |
parent | old (diff) | |
download | gentoo-2-3f8265ee538b46513e58595b4bdf7f375f54bd22.tar.gz gentoo-2-3f8265ee538b46513e58595b4bdf7f375f54bd22.tar.bz2 gentoo-2-3f8265ee538b46513e58595b4bdf7f375f54bd22.zip |
scrub dead code
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.04.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys-apps/file/file-5.04.ebuild b/sys-apps/file/file-5.04.ebuild index 869219578ab7..15ba8cebb493 100644 --- a/sys-apps/file/file-5.04.ebuild +++ b/sys-apps/file/file-5.04.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v 1.4 2010/10/10 12:20:17 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v 1.5 2010/10/10 20:12:08 vapier Exp $ PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit eutils distutils libtool flag-o-matic @@ -17,10 +18,6 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="python" -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - src_unpack() { unpack ${P}.tar.gz cd "${S}" @@ -34,9 +31,6 @@ src_unpack() { sed -i "/library_dirs/s:'\.\./src':'../src/.libs':" python/setup.py # dont let python README kill main README #60043 mv python/README{,.python} - - # only one data file, so put it into /usr/share/misc/ -# sed -i '/^pkgdatadir/s:/@PACKAGE@::' $(find -name Makefile.in) } src_compile() { |