diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-10 11:37:06 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-10 11:37:06 +0000 |
commit | 425f54d9884fc4f90175da737b57792ac12cdc26 (patch) | |
tree | f2537e4718877b203826617cfafb8573882ced09 /app-editors/bluefish | |
parent | Links also to zlib. Per bug#408189c#5. (diff) | |
download | gentoo-2-425f54d9884fc4f90175da737b57792ac12cdc26.tar.gz gentoo-2-425f54d9884fc4f90175da737b57792ac12cdc26.tar.bz2 gentoo-2-425f54d9884fc4f90175da737b57792ac12cdc26.zip |
Do not inherit autotools eclass as it is no longer used. Per bug#408189c#4.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index b73831815ec2..419aefcb004c 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.81 2012/04/10 11:36:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.82 2012/04/10 11:37:06 scarabeus Exp $ + + 10 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> bluefish-2.2.2.ebuild: + Do not inherit autotools eclass as it is no longer used. Per bug#408189c#4. 10 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> bluefish-2.2.2.ebuild: Links also to zlib. Per bug#408189c#5. diff --git a/app-editors/bluefish/bluefish-2.2.2.ebuild b/app-editors/bluefish/bluefish-2.2.2.ebuild index 50c586df0829..4a6293ef7c9e 100644 --- a/app-editors/bluefish/bluefish-2.2.2.ebuild +++ b/app-editors/bluefish/bluefish-2.2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.2 2012/04/10 11:36:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.3 2012/04/10 11:37:06 scarabeus Exp $ EAPI=4 PYTHON_DEPEND="python? 2" -inherit autotools eutils fdo-mime python +inherit eutils fdo-mime python MY_P=${P/_/-} |