diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-23 19:25:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-23 19:25:10 +0000 |
commit | 56920130e53d6efed0390b166c9502eccb82e07d (patch) | |
tree | baae7ddab915b80151b1f407cc94461a05119e03 /media-libs/opus | |
parent | Rename USE="udev" to USE="dbus upower" separating restart/shutdown vs. hibern... (diff) | |
download | gentoo-2-56920130e53d6efed0390b166c9502eccb82e07d.tar.gz gentoo-2-56920130e53d6efed0390b166c9502eccb82e07d.tar.bz2 gentoo-2-56920130e53d6efed0390b166c9502eccb82e07d.zip |
Stable for amd64, wrt bug #446720
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/opus')
-rw-r--r-- | media-libs/opus/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/opus/opus-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/opus/ChangeLog b/media-libs/opus/ChangeLog index 24cb1f452ef5..d707b2f1719a 100644 --- a/media-libs/opus/ChangeLog +++ b/media-libs/opus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/opus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.25 2013/08/23 16:00:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.26 2013/08/23 19:25:10 ago Exp $ + + 23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> opus-1.0.2.ebuild: + Stable for amd64, wrt bug #446720 23 Aug 2013; Jeroen Roovers <jer@gentoo.org> opus-1.0.2-r2.ebuild: Stable for HPPA (bug #446720). diff --git a/media-libs/opus/opus-1.0.2.ebuild b/media-libs/opus/opus-1.0.2.ebuild index aa65c4b9578c..1efacae4718d 100644 --- a/media-libs/opus/opus-1.0.2.ebuild +++ b/media-libs/opus/opus-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.2.ebuild,v 1.1 2013/01/12 13:07:24 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.2.ebuild,v 1.2 2013/08/23 19:25:10 ago Exp $ EAPI=4 @@ -25,7 +25,7 @@ fi LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="doc static-libs" DEPEND="doc? ( app-doc/doxygen )" |