diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-16 13:44:40 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-16 13:44:40 +0000 |
commit | cb42578cdad6e743f6964534a1cd32b19874e4b3 (patch) | |
tree | a239bf50096010314a4d55f1098eab2237ac1695 /dev-libs | |
parent | Respect LDFLAGS, DESTDIR (diff) | |
download | gentoo-2-cb42578cdad6e743f6964534a1cd32b19874e4b3.tar.gz gentoo-2-cb42578cdad6e743f6964534a1cd32b19874e4b3.tar.bz2 gentoo-2-cb42578cdad6e743f6964534a1cd32b19874e4b3.zip |
Add ~mips keyword, wrt bug #412489
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libev/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libev/libev-4.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libev/ChangeLog b/dev-libs/libev/ChangeLog index 6c6082b65223..30efe1ddb7d8 100644 --- a/dev-libs/libev/ChangeLog +++ b/dev-libs/libev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.54 2013/03/17 15:13:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.55 2013/08/16 13:44:40 pinkbyte Exp $ + + 16 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> libev-4.15.ebuild: + Add ~mips keyword, wrt bug #412489 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/dev-libs/libev/libev-4.15.ebuild b/dev-libs/libev/libev-4.15.ebuild index 98e2d76c2106..7411c8216a5f 100644 --- a/dev-libs/libev/libev-4.15.ebuild +++ b/dev-libs/libev/libev-4.15.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/dev-libs/libev/libev-4.15.ebuild,v 1.1 2013/03/07 13:27:06 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.15.ebuild,v 1.2 2013/08/16 13:44:40 pinkbyte Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="elibc_glibc static-libs" # Bug #283558 |