diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-25 07:57:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-25 07:57:47 +0000 |
commit | ae1f6bf65fe230a42845dad6f7bdd7595a6acc6e (patch) | |
tree | a67d2f5043edfb37a4ed9a5d702cc31f4341055e /dev-util | |
parent | Version bump (diff) | |
download | gentoo-2-ae1f6bf65fe230a42845dad6f7bdd7595a6acc6e.tar.gz gentoo-2-ae1f6bf65fe230a42845dad6f7bdd7595a6acc6e.tar.bz2 gentoo-2-ae1f6bf65fe230a42845dad6f7bdd7595a6acc6e.zip |
Removing broken configure placeholder function. Now installs some files! Fixes #264877, thanks to Tove
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/svk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/svk/svk-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/svk/ChangeLog b/dev-util/svk/ChangeLog index 409458099d75..5b70843d8a1b 100644 --- a/dev-util/svk/ChangeLog +++ b/dev-util/svk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/svk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/ChangeLog,v 1.36 2009/01/09 22:34:17 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/ChangeLog,v 1.37 2009/04/25 07:57:47 patrick Exp $ + + 25 Apr 2009; Patrick Lauer <patrick@gentoo.org> svk-2.0.2: + Removing broken configure placeholder function. Now installs some files! + Fixes #264877, thanks to Tove 09 Jan 2009; Joseph Jezak <josejx@gentoo.org> svk-2.0.2.ebuild: Marked ~ppc for bug #253448. diff --git a/dev-util/svk/svk-2.0.2.ebuild b/dev-util/svk/svk-2.0.2.ebuild index c08895f09374..b4ee989d4d54 100644 --- a/dev-util/svk/svk-2.0.2.ebuild +++ b/dev-util/svk/svk-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild,v 1.4 2009/01/09 22:34:17 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild,v 1.5 2009/04/25 07:57:47 patrick Exp $ EAPI=2 @@ -61,8 +61,6 @@ DEPEND=" dev-perl/TimeDate" RDEPEND="${DEPEND}" -src_configure() { : ; } - src_install() { perl-module_src_install if use bash-completion; then |