diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 08:22:18 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 08:22:18 +0000 |
commit | 295235bfabca22dce46988751b64de8518267793 (patch) | |
tree | fc85808b9511ac1d0f790ccaed6d895de00d08d7 /app-crypt/libsecret/libsecret-0.12.ebuild | |
parent | Switch to global introspection USE flag. (diff) | |
download | gentoo-2-295235bfabca22dce46988751b64de8518267793.tar.gz gentoo-2-295235bfabca22dce46988751b64de8518267793.tar.bz2 gentoo-2-295235bfabca22dce46988751b64de8518267793.zip |
Switch to global introspection USE flag. Clean up ebuild a bit.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-crypt/libsecret/libsecret-0.12.ebuild')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.12.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-crypt/libsecret/libsecret-0.12.ebuild b/app-crypt/libsecret/libsecret-0.12.ebuild index 7246d38a71bf..12aa5246d28e 100644 --- a/app-crypt/libsecret/libsecret-0.12.ebuild +++ b/app-crypt/libsecret/libsecret-0.12.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/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.1 2012/12/09 22:33:23 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.2 2012/12/16 08:22:18 tetromino Exp $ EAPI="5" VALA_MIN_API_VERSION=0.18 @@ -71,8 +71,3 @@ src_prepare() { src_test() { Xemake check } - -src_install() { - gnome2_src_install - prune_libtool_files --all -} |