diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-05-25 16:43:55 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-05-25 16:43:55 +0000 |
commit | 286c973524ab9164d349685740936f5c8aeaf377 (patch) | |
tree | 04b6bd57b7d7d586c7ede49d583bd99f0a06d8c2 /sys-block/targetcli | |
parent | [sys-block/lio-utils] Fix pkg_setup (diff) | |
download | gentoo-2-286c973524ab9164d349685740936f5c8aeaf377.tar.gz gentoo-2-286c973524ab9164d349685740936f5c8aeaf377.tar.bz2 gentoo-2-286c973524ab9164d349685740936f5c8aeaf377.zip |
[sys-block/targetcli] Fix typo in pkg_setup
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/targetcli')
-rw-r--r-- | sys-block/targetcli/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/targetcli/targetcli-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-block/targetcli/ChangeLog b/sys-block/targetcli/ChangeLog index b585e28cb648..cf49b92ce4c2 100644 --- a/sys-block/targetcli/ChangeLog +++ b/sys-block/targetcli/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/targetcli # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/targetcli/ChangeLog,v 1.2 2012/04/29 12:42:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/targetcli/ChangeLog,v 1.3 2012/05/25 16:43:55 alexxy Exp $ + + 25 May 2012; Alexey Shvetsov <alexxy@gentoo.org> targetcli-9999.ebuild: + [sys-block/targetcli] Fix typo in pkg_setup 29 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> targetcli-9999.ebuild: [sys-block/targetcli] Fix #413609 diff --git a/sys-block/targetcli/targetcli-9999.ebuild b/sys-block/targetcli/targetcli-9999.ebuild index 6e9db1a3f73a..09d9adc4d2b2 100644 --- a/sys-block/targetcli/targetcli-9999.ebuild +++ b/sys-block/targetcli/targetcli-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/targetcli/targetcli-9999.ebuild,v 1.2 2012/04/29 12:42:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/targetcli/targetcli-9999.ebuild,v 1.3 2012/05/25 16:43:55 alexxy Exp $ EAPI=4 @@ -30,6 +30,6 @@ RDEPEND="${DEPEND}" CONFIG_CHECK="~TARGET_CORE" pkg_setup() { - linux-info_pkg_setyp + linux-info_pkg_setup python_pkg_setup } |