diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2005-12-15 22:03:26 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2005-12-15 22:03:26 +0000 |
commit | 23295234fc089c725a6475772cf8472f09ca14a8 (patch) | |
tree | 2fd4d2ea54377611b6aa8946161531abe4fc8a99 /sys-libs/libselinux | |
parent | Stable on amd64. (diff) | |
download | historical-23295234fc089c725a6475772cf8472f09ca14a8.tar.gz historical-23295234fc089c725a6475772cf8472f09ca14a8.tar.bz2 historical-23295234fc089c725a6475772cf8472f09ca14a8.zip |
Tighten up versioning to try to prevent mismatch problems as seen in #112348.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-libs/libselinux')
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-1.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index 391f6ec1592c..1398e2bd91fa 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libselinux # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.36 2005/12/09 00:45:14 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.37 2005/12/15 22:03:26 pebenito Exp $ + + 15 Dec 2005; Chris PeBenito <pebenito@gentoo.org> libselinux-1.28.ebuild: + Tighten up versioning to try to prevent mismatch problems as seen in #112348. *libselinux-1.28 (09 Dec 2005) diff --git a/sys-libs/libselinux/libselinux-1.28.ebuild b/sys-libs/libselinux/libselinux-1.28.ebuild index 56745772547b..032e6f822217 100644 --- a/sys-libs/libselinux/libselinux-1.28.ebuild +++ b/sys-libs/libselinux/libselinux-1.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-1.28.ebuild,v 1.1 2005/12/09 00:45:14 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-1.28.ebuild,v 1.2 2005/12/15 22:03:26 pebenito Exp $ IUSE="" @@ -15,7 +15,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips" -DEPEND=">=sys-libs/libsepol-${SEPOL_VER}" +DEPEND="=sys-libs/libsepol-${SEPOL_VER}*" src_unpack() { unpack ${A} |