diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 18:10:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 18:10:22 +0000 |
commit | 1743fa51b686ea0f3e4b1371e78c4a1165449351 (patch) | |
tree | 29e86f3e49491e92bd7a8bbc1035ec10dbf65adf /dev-libs/libdnsres | |
parent | Stable for x86, wrt bug #460548 (diff) | |
download | gentoo-2-1743fa51b686ea0f3e4b1371e78c4a1165449351.tar.gz gentoo-2-1743fa51b686ea0f3e4b1371e78c4a1165449351.tar.bz2 gentoo-2-1743fa51b686ea0f3e4b1371e78c4a1165449351.zip |
Stable for x86, wrt bug #456538
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libdnsres')
-rw-r--r-- | dev-libs/libdnsres/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libdnsres/ChangeLog b/dev-libs/libdnsres/ChangeLog index a6c83a77e984..ef412002b55e 100644 --- a/dev-libs/libdnsres/ChangeLog +++ b/dev-libs/libdnsres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libdnsres # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.16 2013/03/03 16:18:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.17 2013/03/09 18:10:22 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libdnsres-0.1a-r2.ebuild: + Stable for x86, wrt bug #456538 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libdnsres-0.1a-r2.ebuild: Stable for sparc, wrt bug #456538 diff --git a/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild b/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild index 7acf7ba07248..021d98a92d78 100644 --- a/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild +++ b/dev-libs/libdnsres/libdnsres-0.1a-r2.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/libdnsres/libdnsres-0.1a-r2.ebuild,v 1.3 2013/03/03 16:18:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild,v 1.4 2013/03/09 18:10:22 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://www.monkey.org/~provos/${P}.tar.gz" LICENSE="BSD-4" SLOT="0" -KEYWORDS="amd64 ~ppc sparc ~x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" DEPEND="dev-libs/libevent" |