diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-03-10 12:26:30 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-03-10 12:26:30 +0000 |
commit | a38c93b48a8e430821d27449853dd5c12b8ddc6a (patch) | |
tree | fe2dea4b30f07089ac315bb47349a986fc39d51f /media-libs/libsndfile | |
parent | Change optional postgresql dependency to dev-db/postgresql-base wrt bug #4569... (diff) | |
download | gentoo-2-a38c93b48a8e430821d27449853dd5c12b8ddc6a.tar.gz gentoo-2-a38c93b48a8e430821d27449853dd5c12b8ddc6a.tar.bz2 gentoo-2-a38c93b48a8e430821d27449853dd5c12b8ddc6a.zip |
EAPI bump to version 5
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r-- | media-libs/libsndfile/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.25.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsndfile/ChangeLog b/media-libs/libsndfile/ChangeLog index b77cb48e500a..829e35f262fa 100644 --- a/media-libs/libsndfile/ChangeLog +++ b/media-libs/libsndfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsndfile -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.133 2012/08/22 03:05:37 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.134 2013/03/10 12:26:30 vincent Exp $ + + 10 Mar 2013; Vicente Olivert Riera <vincent@gentoo.org> + libsndfile-1.0.25.ebuild: + EAPI bump to version 5 22 Aug 2012; Christoph Junghans <ottxor@gentoo.org> libsndfile-1.0.25.ebuild: added prefix keywords diff --git a/media-libs/libsndfile/libsndfile-1.0.25.ebuild b/media-libs/libsndfile/libsndfile-1.0.25.ebuild index 82a8c79d0fa5..c3be73093912 100644 --- a/media-libs/libsndfile/libsndfile-1.0.25.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.25.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild,v 1.10 2012/08/22 03:05:37 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25.ebuild,v 1.11 2013/03/10 12:26:30 vincent Exp $ -EAPI=4 +EAPI=5 inherit autotools eutils flag-o-matic multilib MY_P=${P/_pre/pre} |