diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-03-05 12:27:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-03-05 12:27:29 +0000 |
commit | 0b2db9772c405efd9ddedfd72d9f407f5f224adb (patch) | |
tree | 2a2f54cda693f1dde233f547ad4a2f3f4ebae790 /dev-util/pkgconfig-openbsd | |
parent | Version bump. (diff) | |
download | gentoo-2-0b2db9772c405efd9ddedfd72d9f407f5f224adb.tar.gz gentoo-2-0b2db9772c405efd9ddedfd72d9f407f5f224adb.tar.bz2 gentoo-2-0b2db9772c405efd9ddedfd72d9f407f5f224adb.zip |
drops keywords again, spotted a major bug
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-util/pkgconfig-openbsd')
-rw-r--r-- | dev-util/pkgconfig-openbsd/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-util/pkgconfig-openbsd/ChangeLog b/dev-util/pkgconfig-openbsd/ChangeLog index f85f4664d600..6f52fe134c1f 100644 --- a/dev-util/pkgconfig-openbsd/ChangeLog +++ b/dev-util/pkgconfig-openbsd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/pkgconfig-openbsd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.11 2013/02/25 07:33:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.12 2013/03/05 12:27:29 ssuominen Exp $ + + 05 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> + pkgconfig-openbsd-20130225.ebuild: + Remove keywording again because --variable option is not working: + $ pkg-config --variable udevdir udev + $ echo $? + 1 25 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> -pkgconfig-openbsd-20120710.ebuild: diff --git a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild b/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild index 63345204cb30..f7e28cb95b60 100644 --- a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild +++ b/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.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-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild,v 1.1 2013/02/25 07:33:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20130225.ebuild,v 1.2 2013/03/05 12:27:29 ssuominen Exp $ EAPI=5 @@ -15,7 +15,8 @@ SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" +#KEYWORDS="~amd64 ~x86" IUSE="+pkg-config" DEPEND=" |