diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-18 18:59:56 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-18 18:59:56 +0000 |
commit | 6f200f2b84c67ac73457b3404335bb4d60adcad9 (patch) | |
tree | c1802354df139fc54bcca4bf4d36cca5165c49de /app-emulation/libvirt-glib | |
parent | Add static-libs use flag for bug #378267 (diff) | |
download | gentoo-2-6f200f2b84c67ac73457b3404335bb4d60adcad9.tar.gz gentoo-2-6f200f2b84c67ac73457b3404335bb4d60adcad9.tar.bz2 gentoo-2-6f200f2b84c67ac73457b3404335bb4d60adcad9.zip |
HACKING does not exist in tarball (bug #390917), thanks to Maciej Piechotka <uzytkownik2@gmail.com> for reporting.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt-glib')
-rw-r--r-- | app-emulation/libvirt-glib/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/libvirt-glib/ChangeLog b/app-emulation/libvirt-glib/ChangeLog index c51b22cfe5ce..65469b7c033d 100644 --- a/app-emulation/libvirt-glib/ChangeLog +++ b/app-emulation/libvirt-glib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/libvirt-glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.1 2011/11/16 23:38:44 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.2 2011/11/18 18:59:56 tetromino Exp $ + + 18 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + libvirt-glib-0.0.1.ebuild: + HACKING does not exist in tarball (bug #390917), thanks to Maciej Piechotka + <uzytkownik2@gmail.com> for reporting. *libvirt-glib-0.0.1 (16 Nov 2011) diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild index 62ce2a32ce99..74bc481523c0 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild,v 1.1 2011/11/16 23:38:44 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild,v 1.2 2011/11/18 18:59:56 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} vala? ( dev-lang/vala:0.14 )" pkg_setup() { - DOCS="AUTHORS ChangeLog HACKING NEWS README" + DOCS="AUTHORS ChangeLog NEWS README" G2CONF="--disable-test-coverage VAPIGEN=$(type -P vapigen-0.14) $(use_enable introspection) |