diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-29 12:42:28 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-29 12:42:28 +0000 |
commit | 62ea19a42e49c6eae3f9658fa6f37b59f3a3820f (patch) | |
tree | 6f4740f1174e7bd4cf3f893205762abea6aba088 /sys-block | |
parent | [sys-cluster/open-mx] Version bump, also fix bug #387809 (diff) | |
download | gentoo-2-62ea19a42e49c6eae3f9658fa6f37b59f3a3820f.tar.gz gentoo-2-62ea19a42e49c6eae3f9658fa6f37b59f3a3820f.tar.bz2 gentoo-2-62ea19a42e49c6eae3f9658fa6f37b59f3a3820f.zip |
[sys-block/targetcli] Fix #413609
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/targetcli/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/targetcli/targetcli-9999.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-block/targetcli/ChangeLog b/sys-block/targetcli/ChangeLog index 3ea08355bfa5..b585e28cb648 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.1 2012/04/16 21:14:16 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/targetcli/ChangeLog,v 1.2 2012/04/29 12:42:28 alexxy Exp $ + + 29 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> targetcli-9999.ebuild: + [sys-block/targetcli] Fix #413609 *targetcli-9999 (16 Apr 2012) diff --git a/sys-block/targetcli/targetcli-9999.ebuild b/sys-block/targetcli/targetcli-9999.ebuild index 259db9ed1171..6e9db1a3f73a 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.1 2012/04/16 21:14:16 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/targetcli/targetcli-9999.ebuild,v 1.2 2012/04/29 12:42:28 alexxy Exp $ EAPI=4 @@ -28,3 +28,8 @@ DEPEND=" RDEPEND="${DEPEND}" CONFIG_CHECK="~TARGET_CORE" + +pkg_setup() { + linux-info_pkg_setyp + python_pkg_setup +} |